summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-02csv-utils 0.0.2v0.0.2Alessandro Iezzi
2023-05-02Remove line of code that checks if the row endsAlessandro Iezzi
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] => ""
2023-05-02Add unit testsAlessandro Iezzi
2022-05-10Add plugin to install sourcesAlessandro Iezzi
2022-05-10Initial commitv0.0.1Alessandro Iezzi