task #4898, Import CSV opération banquaire

This commit is contained in:
sparkyx 2006-04-15 01:14:09 +00:00
parent 72e71fa5a8
commit 8cc58312f5

View file

@ -26,9 +26,15 @@ $row=1;
while (($data = fgetcsv($handle, 2000,'!@')) !== FALSE) {
$num = count($data);
for ($c=0; $c < $num; $c++) {
////////////////////////////////////////////////////////////////////////////////
// Parsing CSV comes here
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
// insert into import_tmp
////////////////////////////////////////////////////////////////////////////////
$Sql="insert into import_tmp (code,
date_exec ,
date_valeur,