Forum Discussion
How to Remove All columns Error while importing Json table
- 7 years ago
Hi Negi1984,
Why not just following the built-in functions? Please refer to the snapshot below.
Best Regards,
Dale
Hi
Properly looks something like this
Table =Table.FromRecords(data1, {"dataComplete", "finishTime", "hostName", "jobExecutionId", "jobExecutionNumber", "jobFinishedEventId", "jobInstance", "jobQueuedEventId", "jobStartedEventId", "queuedTime", "ran", "resultCode", "startTime", "track"}, {"dataComplete", "finishTime", "hostName", "jobExecutionId", "jobExecutionNumber", "jobFinishedEventId", "jobInstance", "jobQueuedEventId", "jobStartedEventId", "queuedTime", "ran", "resultCode", "startTime", "track"}, MissingField.UseNull )
Hope this helps you
/Erik
Hi,
I replace the below code with my PQ code. but its giving me another error like below :-
- donsvensen7 years agoSkilled Sharer
Hi
Could you share a screenshot from your previous step ?
/Erik
- Negi19847 years agoRegular Visitor
Hi,
Please find the snapshot of previous steps :-
- v-jiascu-msft7 years agoMicrosoft Employee
Hi Negi1984,
Why not just following the built-in functions? Please refer to the snapshot below.
Best Regards,
Dale