kklměl jsem na mysli, že je to pro stroj výpočetně těžší... + potřebuju jeho podporu v php
jinak v případě importu csv pomocí php:
fgetcsv
(PHP 3>= 3.0.8, PHP 4 )
fgetcsv -- Gets line from file pointer and parse for CSV fields
Description
array fgetcsv ( resource handle, int length [, string delimiter [, string enclosure]])
Similar to fgets() except that fgetcsv() parses the line it reads for fields in CSV format and returns an array containing the fields read. The optional third delimiter parameter defaults as a comma, and the optional enclosure defaults as a double quotation mark. Both delimiter and enclosure are limited to one character. If either is more than one character, only the first character is used.
jde mi o to, zdali požadovat po někom vstup v csv místo xml neni nějak zastaralé či jinak hloupé...
|