diff options
author | 2023-05-02 10:50:25 +0200 | |
---|---|---|
committer | 2023-05-02 10:50:25 +0200 | |
commit | 26a095533dfac790f4b01b3e39086257caf6cdc2 (patch) | |
tree | 8a6d31d4b10dca76ef1131fa9a000fc0377bd7bd /CONTRIBUTE | |
parent | 14cc2f02f58e200949ea70d06dc198be3092afb0 (diff) | |
download | csv-utils-26a095533dfac790f4b01b3e39086257caf6cdc2.tar.gz csv-utils-26a095533dfac790f4b01b3e39086257caf6cdc2.zip |
Remove line of code that checks if the row ends
with a comma
I removed the line because, the last columns can be empty. Splitting the string
having a row like this:
str1;str2;
give us an array of strings like this:
[0] => "str1"
[1] => "str2"
[2] => ""
Diffstat (limited to 'CONTRIBUTE')
0 files changed, 0 insertions, 0 deletions