ContributionsMost RecentMost LikesSolutionsRe: How to write .jpeg,.png,.docx.xlsx extensions Did you figure out? Re: Line Break in Mapper THANK YOU SO MUCH!!! This worked great! Line Break in Mapper I have this below code, but the output csv contains \n instead of giving line break $id + '\n' + $crse_detail.toString().replace(/;/g, '\t\t').replace(/,/g, '\n') + '\n' + '**********' + '\n' I tried updating the csv formatter delimiter to \n. It errored out saying line break can not be a delimiter. Any suggestions? SolvedRe: Want to add NEW LINE CHARACTER in mapper How did you fix it? I still get \n Get documents from DocuSign- envelopes give me error I established a connection with Docusign, and want to retrieve documents from Docusign, but the below code gives me an error: looks like I need an envelope Id but I want to get the documents in bulk without specifying envelop id… $base_uri+ “/restapi/v2.1/accounts/” +$account_id + “/envelopes/” Failure: REST API service endpoint returned error result: status code = 400, Reason: REST API service endpoint returned error result: status code = 400, reason phrase = Bad Request, refer to the error_entity field in the error view document for more details, Resolution: Please check the values of Snap properties. Any help would be appreciated!! Thank you! Re: Repeat Target Path/ Header Name in a csv file Thanks so much! I am attaching the file that I am uploading for headers, and the output we get, and the expected file. I have also attached two screenshots of the pipeline I have. The data in there is dummy so it might not be consistent ExpectedFile.xlsx (17.0 KB) Header.xlsx (16.9 KB) OutputIamGetting.xlsx (16.9 KB) Re: Repeat Target Path/ Header Name in a csv file Thank you! I get the headers but it skips all the blank columns. my headers are name, id, blank, blank, school, blank, blank. and I have the blanks in the data and schema, but once it comes out of parser, it gives me name, id, school and the blank is not there anymore. Repeat Target Path/ Header Name in a csv file Hi, My CSV has headers which repeat themselves - BLANK2 , BLANK2, BLANK2 , NAME, BLANK2 Mapper gives me error saying that I can’t have same Target Path names. I tried adding header fields to CSV formatter and Binary Header, that didn’t work. I tried adding .string() after the field name- didn’t work I am thinking of a very convoluted way of doing this, but wondering if there is an easy fix that I am unaware of.