Forum Discussion
pmscorca
Post Prodigy
1 year agoWriting a inline ingestion command with more column values
Hi, I'd like to write an inline ingestion command with more column values, similar at this: .ingest inline into table mytable <|
columnvalue1, /* columnname as a comment */
columnvalue2, /* column...
Anonymous
1 year agoNot applicable
Hi pmscorca ,
Refer this document, use the two slashes (//) to add comments.
Refer this document, you can ingesting data into a table with multiple columns.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- pmscorca1 year ago
Post Prodigy
Hi, thanks for your reply but I've already read the suggested articles.
I cannot use the two slashes to add a comment in .ingest inline command.
I'd like to write, if possible, each column value on a new line and not all values on a single row.
So, I repeat my requirement as already posted. Thanks