Git Product home page Git Product logo

Comments (7)

EA-Williams avatar EA-Williams commented on July 18, 2024 5

I think one of the 4 modules it depends on (aws-sdk, commander, dynamodb-marshaler, papaparse) may have updated recently, causing incompatibilities with dynamoDBtoCSV.

I solved the issue by replacing the node_modules folder in my DynamoDBtoCSV folder with one containing older versions, sent to me by a colleague. Perhaps you could install the previous versions of these modules.

My compatible versions are:

  • aws-sdk: 2.797.0
  • commander: 6.2.0
  • dynamodb-marshaler: 2.0.0
  • papaparse: 5.3.0

Also, my colleague recommended adding "-v{}" on the end like so:

node dynamoDBtoCSV.js -t TABLE_NAME -f FILE_NAME.csv -v{}

from dynamodbtocsv.

npartovi avatar npartovi commented on July 18, 2024

I am also getting the same issue as above. Followed the commands on the readme and running into the same issue. Not sure why but the tableName is not being parsed through commander it seems.

from dynamodbtocsv.

Qambar avatar Qambar commented on July 18, 2024

same

from dynamodbtocsv.

EA-Williams avatar EA-Williams commented on July 18, 2024

I'm experiencing the same issue.

from dynamodbtocsv.

jvendrig avatar jvendrig commented on July 18, 2024

See #66

from dynamodbtocsv.

Exceed-Arthur avatar Exceed-Arthur commented on July 18, 2024

Second the recommendation for "-v{}". No need to change the dependencies. The error can be fixed at 'config.json'. #66 actually solves it perfectly. I just copied the code of config.json from that branch and it worked. I hope anyone who encounters this issue sees #66. Should be main branch. Thank you everyone for building this program and the wonderful documentation. -random guy

from dynamodbtocsv.

amaya-ruiz avatar amaya-ruiz commented on July 18, 2024

Hi, sorry, I don't fully understand what is necessary to do to fix it.

from dynamodbtocsv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.