MynameisAchint has asked for the wisdom of the Perl Monks concerning the following question:
I am working on a csv file , and my logic includes splitting the csv file with , but when user in a csv file gives a comma , it causes issues . My question is that is there any way to distinguish a user input comma from the comma delimiter of csv file .
I have seen that whenever we have an user input comma , delimiter changes to " .
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: user input comma in csv
by kcott (Archbishop) on Jun 24, 2013 at 07:08 UTC | |
|
Re: user input comma in csv
by Tux (Canon) on Jun 24, 2013 at 06:47 UTC |