... a data table in ZohoAnalytics to hold the attachments
Create an Excel spreadsheet or CSV file with the headers: Ticket ID, Attachment ID, Image URL, Created Time, Modified Time
Add a dummy row with ...
... response somewhat similar to the following:
// this is sample JSON with replaced IDs
"My_CRM_File": [
{
"extn": "pdf",
"is_Preview_Available": true,
"download_Url": "/crm/org12345678901/specific/ViewAttachment?fileId=aaaabbbbccccddddeeeeffff1111222233334&module=CustomModule1&parentId=123456789012345678&creatorId=987654321098765432&id=234567890123456789&name=dummy1.pdf&downLoadMode=default",
...
... (dummyIndex INT);
-- Alter temporary table structure to match given table
SET @TableDeclaration='ALTER TABLE #myScrambledTable ADD ' + STUFF(
(
-- Code to concatenate column names and data ...
... file)
original_file.txt is your original file (obviously change the name to your file)
temp.txt is just a dummy file which should be empty for clarity
results_file.txt is the resulting file, it ...
... are so very fond of. You will need to use your own head to match the datatypes for including a dummy row.
Also note that because I don't have any options matching the ID above ("000000-0000-..."), this ...
... different to previous row)...
Stage #3: Use dummy separator row
Thinking logically, Stage #2 overwrites data in the last row of the day (the one marked with a separator) which happens to be data ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.