Forum Discussion
akashd
4 years agoRegular Visitor
How to Import multiple files to a dataflow
When i try to import multiple files via folder in dataflow it combines together , which i dont want because they are different table.
How do i resolve this thank you.
4 Replies
- AlexisOlsonSuper User
What would you like to do with these multiple files instead?
- akashdRegular Visitor
i would like to upload multiple files to dataflow at once instead of uploading one by one.
- AlexisOlsonSuper User
Sorry, it's still not clear to me.
You've got multiple files but you don't want them combined? Are you trying to return multiple tables from a single query? If so, then you're out of luck. A query can combine a bunch of tables but can only ultimately output a single table.
- akashdRegular Visitor
i was thinking i could upload multiple files for dataflow at once , looks like its not possible