Is there a way to delete a trailing unnamed column? #66
davidpellerin
started this conversation in
General
Replies: 2 comments
-
|
ALTER TABLE, perhaps?
but why bother? Just don’t SELECT it.
el
—
Sent from Dr Lisse’s iPhone
…On 23. Jul 2021, 23:57 +0200, David Pellerin ***@***.***>, wrote:
Hi 👋 Just wondering if there is a way to delete a blank column caused by a trailing comma in a CSV on each line?
I figure I could use sed and give it a name, but i'd rather not modify a vendor supplied file if I don't have to.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
You can use For example if then you can for example drop the first column like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋 Just wondering if there is a way to delete a blank column caused by a trailing comma in a CSV on each line?
I figure I could use
sedand give it a name, but i'd rather not modify a vendor supplied file if I don't have to.Beta Was this translation helpful? Give feedback.
All reactions