Truncation error with MS SQL Bulk Load snap, column reported not issue, which column is real issue?
We're occasionally getting a frustrating truncation error using MS SQL Bulk Load snap. The error 'column' reported is -not- the issue, so which column is causing issue?? Error details below. I can isolate the incoming record from the incoming csv file (Row 74740 in this case) , the record/doc has many fields and the reported column (Column 13 in this case) is -NOT- where the data truncation error is happening. Is there a way I can pin point the actually field/column which the trunc error is happening? I suspect the fields are being re-ordered in some manner to feed to the bcp command for the snap. Is there a way to see the -actual- bcp cmd text the snap is passing to bcp for execution? The 'Column 13' reported in this error is not helpful in debugging the pipeline when it fails with these data truncation errors. MUCH THANKS for any assistance or insights! Error below: Failed loading record Resolution: Please address the reported issue. Reason: #@ Row 74740, Column 13: String data, right truncation @# w679Views0likes0CommentsCan't paginate using Post HTTP CLIENT Snap
I am trying to paginate using a POST HTTP CLIENT Snap. I don't know how to accomplish this with the information provided in the data returned. I am extracting data from HubSpot using the 'search' endpoint (https://api.hubapi.com/crm/v3/objects/contact/search). The data returned looks like this: "entity":{ "total": 479322 "results":[ { "id":"123","properties":{...},"createdAt":"2022-06-10T05:49:44.061Z","updatedAt":"2024-05-23T11:58:59.795Z","archived":false }..... } ] "paging":{ "next":{ "after": "10" } How do I use this information to configure the snap to paginate? Please Help!Solved6.3KViews1like12Comments