-
Hello, I have to import a huge CSV that a system dumps out that we can't change, but I only need maybe 10 columns from it. Is there a way I can just show these and not the whole CSV? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
G0nz0uk
Feb 27, 2021
Replies: 2 comments 5 replies
-
Yes! The caveat is that you need to define a schema with the 10 columns you want to keep. Once you've done that, click Ignore unknown, and any fields that's not defined in the schema will be removed. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is this where I do it? |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
marcusolsson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this where I do it?