Skip to content

Not able load data #208

Answered by therapon
srikannanb asked this question in Q&A
Apr 5, 2023 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

Hi, this looks close to an issue we had yesterday and we pushed a fix to the instructions page #207

Could you try the following

./kaskada-cli load \                
    --table Purchase \
    --file-typoe csv \
    --file-path file://${PWD}/purchase.csv

Some things to note here

  1. the file: portion needs 2 slashes
  2. the file: portion worked for me after giving the full path. the ${PWD} will be replaced with the path to the current directory you are in at the moment.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by bjchambers
Comment options

You must be logged in to vote
1 reply
@therapon
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
user-study Issues discovered during user studies
4 participants