File tree 1 file changed +3
-3
lines changed
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
99
99
application-dependant, so your best bet would be to convert to (or assume) UTF-8
100
100
consistently.
101
101
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
103
103
time soon. In particular, CSV is a very common export format for a lot of tools
104
104
to 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
106
106
application 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.
108
108
109
109
As an alternative, if you want to process structured data in a more modern
110
110
JSON-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