node-etl icon indicating copy to clipboard operation
node-etl copied to clipboard

npm install etl

Results 31 node-etl issues
Sort by recently updated
recently updated
newest added

Would it be possible to get Typescript typings for this library? I'll start making my own, but it probably won't be comprehensive.

Aims to bring up-to-date most of the modules used by the adapters: - Node: 10 => 20 - MongoDb server 3.4 => 7 - MongoDb client 3.3.5 = > 6.3.0...

Updates `moment` to version `2.29.2` to resolve [this vulnerability](https://github.com/advisories/GHSA-8hfj-j24r-96c4).

Re-issued pull request using branch. "Using etl.collect() before postgres insert/upsert the scripting module will only grab the first record in the pipe and ignore the rest. This resolves this issue...

This fixes an issue related to not being able to use any relation name that is not fully lowercase

Hi and thank you for the package! Observed a small typo in the readMe. As per docs if want to stream down the result of the mongo operation then need...

How to change the elastic search data type while mapping. I want to change the "location" field data type as "geo_point" but NODE-ETL assign "text" data type as default. Any...

Could csv-parser dependency be updated to 3.0.0 to get rid of this vulnerability? Thanks

Currently, postgres upsert only takes primary keys into consideration for generating ON CONFLICT statements. It would be helpful to also be able to upsert against unique fields. One solution would...

Added insertOne, marked insert as deprecated.