Quiz game

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13784
    anglo
    Participant

      I am trying to do a Quiz game. What is the best way to read from a CSV files?, is there any example or best practices method for Nodecavas?

      #13785
      Gavalakis
      Keymaster

        Hey,

        Reading from a CSV file is not something that can be done out of the box and as such, you will need to implement this functionality, or use some existing “library” like for example [THIS LINK].
        You can then simply create a custom ActionTask, that makes use of that library (in the example above, the “Read” function) and use the returned data accordingly.

        Let me know if that helps 🙂
        Thanks.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.