@@ -17,7 +17,7 @@ It identify the field from the header fields, so those fields are used to map th
1717## Instalation
1818You can install database_loader by cloning this Git repository
1919``` shell script
20- $ python -m pip install git+https://github.com/marinellirubens/database_loader#egg=database_loader==1.0.33
20+ $ python -m pip install git+https://github.com/marinellirubens/database_loader#egg=database_loader==1.0.34
2121```
2222
2323In order for database_loader to work you will have to install the appropriate database driver.
@@ -70,7 +70,7 @@ Process finished with exit code 0
7070### Check Version
7171``` console
7272$ database_loader --version
73- v1.0.33
73+ v1.0.34
7474```
7575
7676#### Loading files on database by TNSNAMES(ORACLE Only)
@@ -80,7 +80,7 @@ $ database_loader --database TESTDB ^
8080 --user root ^
8181 --password"123456" ^
8282 --table tb_salary ^
83- --file C:\insert_files\insert.tsv ^
83+ --file_load C:\insert_files\insert.tsv ^
8484 --commit 5000 ^
8585 --type TSV ^
8686 --database_type ORACLE ^
@@ -94,7 +94,7 @@ $ database_loader --database TESTDB \
9494 --user root \
9595 --password"123456" \
9696 --table tb_salary \
97- --file C:\insert_files\insert.tsv \
97+ --file_load C:\insert_files\insert.tsv \
9898 --commit 5000 \
9999 --type TSV \
100100 --database_type ORACLE \
@@ -114,7 +114,7 @@ $ database_loader --connection STRING ^
114114 --password"123456" ^
115115 --database_type ORACLE ^
116116 --table tb_salary ^
117- --file C:\insert_files\insert.tsv ^
117+ --file_load C:\insert_files\insert.tsv ^
118118 --commit 5000 ^
119119 --type TSV ^
120120 --clean
@@ -130,7 +130,7 @@ $ database_loader --connection STRING \
130130 --database_type ORACLE \
131131 --password"123456" \
132132 --table tb_salary \
133- --file /insert_files/insert.tsv \
133+ --file_load /insert_files/insert.tsv \
134134 --commit 5000 \
135135 --type TSV \
136136 --clean
0 commit comments