File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,12 +99,12 @@ contain special characters from the Unicode range. The text-encoding is usually
9999application-dependant, so your best bet would be to convert to (or assume) UTF-8
100100consistently.
101101
102- Despite its shortcomings CSV is widely used and this is unlikely to change any
102+ Despite its shortcomings, CSV is widely used and this is unlikely to change any
103103time soon. In particular, CSV is a very common export format for a lot of tools
104104to interface with spreadsheet processors (such as Exel, Calc etc.). This means
105- that CSV is often used for historial reasons and using CSV to store structured
105+ that CSV is often used for historical reasons and using CSV to store structured
106106application data is usually not a good idea nowadays – but exporting to CSV for
107- known applications is a very reasonable approach.
107+ known applications continues to be a very reasonable approach.
108108
109109As an alternative, if you want to process structured data in a more modern
110110JSON-based format, you may want to use [ clue/reactphp-ndjson] ( https://github.com/clue/reactphp-ndjson )
You can’t perform that action at this time.
0 commit comments