Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-13 | Add CSVBuilder | ||
2023-05-02 | Skip empty lines | ||
In case of empty lines (such as a newline at the end of file) will be skiped. The code works also for empty lines in the middle of the file. | |||
2023-05-02 | 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] => "" | |||
2022-05-10 | Initial commitv0.0.1 | ||