in reply to Semicolon delimited to Comma delimited
The solution is fairly simple. Use Text::CSV to transform the ';' delimiter to ',' before you feed the .csv file to your script. Text::CSV makes it extremely simple to do. Tux already explained to you how to do it. Your Indian colleagues will have to run this "transformation" script once on each "European" .csv file they get, but that is only a small effort.
CountZero
A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James
My blog: Imperial Deltronics
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Semicolon delimited to Comma delimited
by swatzz (Novice) on Apr 24, 2015 at 14:09 UTC | |
by afoken (Chancellor) on Apr 24, 2015 at 16:09 UTC | |
by afoken (Chancellor) on Apr 24, 2015 at 17:56 UTC |