Importing Data into a Data Table

I’ve setup a simple data table with 3 columns of information. How do I import the data into the table? I don’t see an import function like their is with FAQ’s

Table

Hello @jbarretto :smiley:,

Welcome to Kore Community :clap:

For our Data Tables, the only way to input data is through service API’s. You can check the following documentation for reference:

Hope this helps! Thank you for stopping by!!

Does this mean we have to load a data table that we want to use, 1 row at a time? Or can we do a ‘mass load’ using the service API?

Hi there, I’m looking for an answer to my question above. I have a spreadsheet with around 500 rows of data that I want to import into a data table from .xlsx or .csv. Is there any way to load the entire table of 500 rows, without having do it one row at a time?

Hi, @sameera.tumuluri. I’ve tried creating the table and while tying to send data to the table using bulk upload API, getting the error:


Status Code: 401
Response: {‘errors’: [{‘msg’: ‘Invalid SDK credentials’, ‘code’: 4002}]}


I have followed all the necessary steps,

  1. created JWT token using the secret,
  2. gave Read, Write, Delete permissions to the app
  3. Added the clientid in the payload while creating JWT token

Hello varun,

Welcome to Kore.ai Community.

The reported error is seen when the JWT token used is invalid.
Please ensure to use the correct JWT token and verify.

Thank you,
Srujan Madderla
Kore.ai Community Team