Quote from
dglojnar on February 17, 2022, 4:32 pm
@saeid
As Luis said, how do you create your CSV file?
From program, manually?
Recieve from external source?
If you made CSV file from Neobook/VisualNeo Win using one of the DB plug-ins, you can easily select separator - for CSV files common separator is ";", not comma...
If you recieve CSV file from external source, simply replace all commas to ";" , or you can write a small procedure from within a VisualNeo to perform this task.
And finally if you create CSV file with your own app, just change separator to ";".
Hope this help....
@saeid
As Luis said, how do you create your CSV file?
From program, manually?
Recieve from external source?
If you made CSV file from Neobook/VisualNeo Win using one of the DB plug-ins, you can easily select separator - for CSV files common separator is ";", not comma...
If you recieve CSV file from external source, simply replace all commas to ";" , or you can write a small procedure from within a VisualNeo to perform this task.
And finally if you create CSV file with your own app, just change separator to ";".
Hope this help....
luishp and saeid have reacted to this post.