Skip to content

Commit 5f68522

Browse files
committed
Update getting_started.md
1 parent 483a5f6 commit 5f68522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/home/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ _NOTE: The table below shows the benchmark results, in seconds, for the currentl
159159

160160
In the above results, the 2nd value, for cells with two values, is obtained when setting `QuotingMode = QuotationMode.All`. As we can see, the class performance gets a little improve using this configuration. Keep in mind that not all CSV files can be successful imported using the previous tweaking.
161161

162-
The image bellow shows the overall performance for the imports and exports operations from the CSV interface class. Notice, specials syntax CSV’s will take about 1.8x more time to be parsed due the parser expands its syntax analysis range. In the same way, the exportation procedure will have an overheat when the instance is setting up to be RCF-4180 standard compliant.
162+
The image bellow shows the overall performance for the imports and exports operations from the CSV interface class. Notice, specials syntax CSV’s will take about 1.8x more time to be parsed due the parser expands its syntax analysis range. In the same way, but in less magnitude, the exportation procedure will have an overheat when the instance is setting up to be RCF-4180 standard compliant.
163163

164164
![BenchMark](Benchmark.png)
165165

0 commit comments

Comments
 (0)