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
/
ingest
/
input
/
index.js
5 lines
(4 loc)
•
88 B
JavaScript
View Raw
1
2
3
4
5
module
.exports = {
fromCSV:
require
(
'./from-csv'
),
fromGDB:
require
(
'./from-gdb'
) }