Skip to content

Commit 264c787

Browse files
committed
Fixed #33: --file-data and --page-body options do not work on Windows
1 parent ea27ef6 commit 264c787

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Example commands that export data from one table and import it into another that
247247
quickbase-cli table export bq67er5pj | quickbase-cli table import bq72kz6p8
248248
```
249249

250-
Use the import command's `--map` option to reconcile field label differences between the tables. The import/export commands batch the reads and writes by default. Set the `--batch-size` option to control the number of records in the batch. You can also set the `--delay` option to pause between batches, which can help when processing large amounts of data in an active app.
250+
Use the import command's `--map` option to reconcile field label differences between the tables. The import/export commands batch the reads and writes by default. Set the `--batch-size` option to control the number of records in each batch. You can also set the `--delay` option to pause between batches, which can help when processing large amounts of data in an active app.
251251

252252
### Deleting Records
253253

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.15
44

55
require (
66
github.com/araddon/dateparse v0.0.0-20201001162425-8aadafed4dc4
7-
github.com/cpliakas/cliutil v0.2.4
7+
github.com/cpliakas/cliutil v0.2.5
88
github.com/go-playground/locales v0.13.0
99
github.com/go-playground/universal-translator v0.17.0
1010
github.com/go-playground/validator/v10 v10.4.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ github.com/coreos/etcd v3.3.13+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc
3232
github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
3333
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
3434
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA=
35-
github.com/cpliakas/cliutil v0.2.4 h1:gyMtCwHA6ImmNflbjTHW4WhMGsrGoGGLodZFD9+0JKo=
36-
github.com/cpliakas/cliutil v0.2.4/go.mod h1:rHiqeBXCXOikDmm+tpmBGY/afxRNWGfTr9D7dx217e4=
35+
github.com/cpliakas/cliutil v0.2.5 h1:oJyFIfcds45kfWKST+AlBnaSc0C89QsJzsBRjRGEn8A=
36+
github.com/cpliakas/cliutil v0.2.5/go.mod h1:rHiqeBXCXOikDmm+tpmBGY/afxRNWGfTr9D7dx217e4=
3737
github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
3838
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
3939
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)