Workflow Designer » Import


Import Step / 3


Vorschau auf die Datei:

"; echo ""; for($a = 0;$a < 5; $a++) { echo ""; $data = fgetcsv($fp, 0, $_POST["import_delimiter"]); if($data === false) break; foreach($data as $field) { echo ""; } echo ""; } echo "
".htmlentities($field)."
"; $hash = md5(microtime()); $_SESSION["import_".$hash] = array("filePath" => $filePath, "position" => 0, "delimiter" => $_REQUEST["import_delimiter"], "total" => lineCount($filePath), "workflow" => $_REQUEST["exec_this_workflow"]); $data = array(); echo "start Import"; } elseif($importStep == 2) { if(!isset($_SESSION["import_".$_REQUEST["process"]])) { echo "ERROR: import process not exist!"; return; } ?>
Import finished

"; } ?>