Old versions were using ";" if I remember well.
Now you can chose the character to use.
In the export window, try by using a "," or a ";" : one of these two must work.
You can also use the <tab> as delimiter, and then save the file to .txt instead of .csv
antp wrote:Old versions were using ";" if I remember well.
Now you can chose the character to use.
In the export window, try by using a "," or a ";" : one of these two must work.
You can also use the <tab> as delimiter, and then save the file to .txt instead of .csv
I worked, thank you, you are cool! :P
"You can also use the <tab> as delimiter, and then save the file to .txt instead of .csv"
In the old version I had the Option to replace the delimiter in the data so prevent wrong delimiter ... but with the new version dont have this function. I think this function is VERY useful and it would be nice if you can readd it to the newest Version?
Exported my Data today, parsed it for my Wordpress Blog (wrote a Plugin) and it fu**ed my DB
Normally this is not useful, as in CSV you can have text block delimiters (typically quotes "...").
That's why I removed that option, as the new system was working fine with the few programs that I know for importing CSV.
Isn't possible to import CSV with quote-protected blocs in that blog? Or does it depend on your plugin? (in first case I could re-add the option... in second case you just have to improve your plugin to support true CSV )
antp wrote:Normally this is not useful, as in CSV you can have text block delimiters (typically quotes "...").
That's why I removed that option, as the new system was working fine with the few programs that I know for importing CSV.
Isn't possible to import CSV with quote-protected blocs in that blog? Or does it depend on your plugin? (in first case I could re-add the option... in second case you just have to improve your plugin to support true CSV )
Its my own Plugin and i just exploded the CSV File with delimiter ; ... quick & dirty PHP code *g*
So I have to find a way for "true CSV Import" ... i hate you ... more work
well it is indeed less easy, but not a so big work, I guess that some ready-to-use functions, classes or libraries must have been done in PHP if you do not wish to do it yourself