Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Error while loading a Sample File to Snowflake

I am trying to load a Small CSV file to Snowflake.My requirement is I want to load Customer CSV file to snowflake.I dont have any customer table in my snowflake.Can it create a table and insert data while loading?

Labels (4)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@asattiraju ,you can only create a table where the sample1 schema and data bases are there. why you have not specified table name in Table section? check @.jpg screenshot.

View solution in original post

11 Replies
manodwhb
Champion II
Champion II

@asattiraju ,you can only create a table where the sample1 schema and data bases are there. why you have not specified table name in Table section? check @.jpg screenshot.

Anonymous
Not applicable
Author

I dont have any Table in my Target DB

manodwhb
Champion II
Champion II

@asattiraju ,when you were creating a new table you should specify the name,can you give some name and execute the job.when you were not creating a table also you should specify the table name which is already there in DB

Anonymous
Not applicable
Author

It Executed when i create a Sample Table and pull that into the Job and transfer data.My question is If we Send an excel/text file to Snowflake without any predefined table in DB .Will it create and load data ?

manodwhb
Champion II
Champion II

@asattiraju ,great ,until unless you specify the table ,will not create a table there in DB. Please mark the solution and also provide kudos.

Anonymous
Not applicable
Author

Hey Manohar,

So if we have n number of files to transfer .We have to have the same structures in Snowflake?

manodwhb
Champion II
Champion II

@asattiraju ,if your having N.no. of files you can populate to using single job from TOS.

 

if you have different structure of files and want to load to diff tables you can go with Talend enterprise dynamic schema. where you should read target tables from file or DB ,and you need to iterate where the exact job will take to load into that table.

Anonymous
Not applicable
Author

Let me be clear.I think i am confusing you .

I have my source flatfile Orders,I want to transfer it to snowflake DB.

My Requerement 

1)I mentioned all my scheme,DB and warehouse name in my TOS and connection is Successful.I dont have any tables as my schema and DB both are new.

2)When i develop a job Source as Flatfile and target is my snowflake.When i run the job ,will the job at the target level create a table Orders and load data into it ?

  

manodwhb
Champion II
Champion II

@asattiraju ,you should specify the scehma ,DB and target table. otherwise you wil get the error what you got first time.