UNPKG

fatstraw

Version:

CLI for ingesting data into the ArcGIS Big Data Store

47 lines (37 loc) 1.48 kB
# Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [1.4.0] - 2017-01-05 ### Added * Field delimiter option for CSVs in Ingest command ## [1.3.0] - 2017-01-05 ### Added * Ingest command works with File Geodatabases ## [1.2.0] - 2016-12-12 ### Added * Prepare command works with File GeoDatabases ### Fixed * Ensure blank lines are skipped * Token and server can be specified * Only types which exist in GeoEvent are included in definitions * Correct capitalization in field type names * Correct schema errors in definition from GDB ## [1.1.0] - 2016-12-09 ### Added * command `prepare` to prepare a definition and data source * Function to generate Geoevent definition from Socrata view * Function to generate slurp configuration from Socrata view * Slurp command can use a configuration file ### Changed * Reorganized into commands directory ### Fixed * ObjectIDs are properly assigned * Removed duplicate code from index.js * Bug where csv rows could be parsed incorrectly into values ## [1.0.0] - 2016-12-07 * Initial Release [1.4.0]: https://github.com/dfemton/fatstraw/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/dfemton/fatstraw/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/dfemton/fatstraw/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/dmfenton/fatstraw/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/dmfenton/fatstraw/releases/tag/v1.0.0