UNPKG
fatstraw
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
CLI for ingesting data into the ArcGIS Big Data Store
github.com/dmfenton/fatstraw
dmfenton/fatstraw
fatstraw
/
lib
/
fgdb
/
types.js
18 lines
(17 loc)
•
200 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module.exports = { integer: {
type
:
'Integer'
},
real
: {
type
:
'Double'
},
string
: {
type
:
'String'
}, datetime: {
type
:
'Date'
}, binary: {
type
:
'String'
} }