You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,9 @@ Here is a page that documents how to check the certificate on Linux. : [check li
66
66
## Quick Start : installation and wizard
67
67
If you want to use it quickly, download the lastest Release and unzip it to a directory. For Linux user run a `chmod +x FastBCP` command.
68
68
69
-
For the trial you are read to run FastBCP.
69
+
For the trial you are ready to run FastBCP.
70
70
71
-
**For other edition than trial you will need a valid license.** By default FastBCP will try to find a FastBCP.lic file in the same directory. You can also provide another path or an url in your organisation using the `--license` parameter.
71
+
**After the trial period you will need a valid license.** By default FastBCP will try to find a FastBCP.lic file in the same directory as the executable. You can also provide another path or an url or even the license content using the `--license` parameter
72
72
73
73
For the following databases drivers are embedded : Clickhouse, DuckDB, MS SQLServer, Netezza, Oracle, MySQL, PostgreSQL, SAP HANA and Teradata .
74
74
@@ -332,7 +332,7 @@ You can specify if the "temporary" files generated for the parallel export shoul
332
332
**Warning** : Current version allow valid merge for CSV and Parquet only.
333
333
334
334
### License (`--license`)
335
-
By defaulf FastBCP will try to use the **license file** named **FastBCP.lic** in the same directory as FastBCP. You can specify a **custom license file** using the `--license` parameter to define **another filepath or even an http(s) endpoint** to retrieve the license file.
335
+
By default FastBCP will try to use the **license file** named **FastBCP.lic** in the same directory as FastBCP executable. You can specify a **custom license file** using the `--license` parameter to define **another filepath or even an http(s) endpoint** to retrieve the license file.
336
336
You can also provide the **license content** directly. In this case using a variable or environment variable is recommended.
337
337
338
338
# Logging
@@ -411,7 +411,7 @@ In the WriteTo array you can use a Map like that :
411
411
}
412
412
```
413
413
414
-
The available variables are :
414
+
The available variables to customize log path or log filename are :
@@ -575,7 +575,7 @@ You can have a lookp on the live [FastBCP Performance dashboard](https://public.
575
575
--fileoutput "mssql_orders.parquet" `
576
576
--method "DataDriven" `
577
577
--distributekeycolumn "o_orderdate" `
578
-
--datadrivenquery "select top 100 * from (select distinct o_orderdate from orders WHERE o_orderdate between '19950101' and '19950630') a order by 1desc" `
578
+
--datadrivenquery "select top 100 * from (select distinct o_orderdate from orders WHERE o_orderdate between '19950101' and '19950630') a order by 1 desc" `
0 commit comments