Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedJoin us at the 2025 Microsoft Fabric Community Conference. March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for $400 discount. Register now
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, /* columnname as a comment */
...
columnvaluen, /* columnname as a comment */
I'd like to write each column value on a new line and with the column name as a comment.
It seems that I need to write all column values in a single line using the comma as a separator without indicating any comments.
Any suggests to me? Thanks
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