idata 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/iload +2 -2
- data/lib/idata/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 11570ba7b360f26bc26540fe1213fbbbf6a1c710
|
|
4
|
+
data.tar.gz: fc475daab81c3971bafff657d1e4b40043dae3ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e817cdd5df7131858677f27897206cd973306419537b3937c32d70b65b36b6c7115dd629a3a570ebb2870621b989aeea852bce725e286423feb6c5361ac9391
|
|
7
|
+
data.tar.gz: 42723828b9b1b95fe14d8ef65185692e2e4982d9283f5e1b92954989376e36d1f8eedc3a464939a8a3ea467863bdb3e3b3fff309368ccfe9c71b63352a458114
|
data/bin/iload
CHANGED
|
@@ -128,10 +128,10 @@ To use the short form, the following environment variables must be present:
|
|
|
128
128
|
MAINDBNAME
|
|
129
129
|
MAINDBPORT
|
|
130
130
|
|
|
131
|
-
Column delimiter will be auto-detected, in case you want to overwrite the default, use --
|
|
131
|
+
Column delimiter will be auto-detected, in case you want to overwrite the default, use --delim.
|
|
132
132
|
For example, tell the program to use TAB as delimiter:
|
|
133
133
|
|
|
134
|
-
iload maricopa --table=items --input=/user/items.csv --
|
|
134
|
+
iload maricopa --table=items --input=/user/items.csv --delim=$'\\t'
|
|
135
135
|
|
|
136
136
|
eos
|
|
137
137
|
end
|
data/lib/idata/version.rb
CHANGED