User Activity

Hi, I need to create a MD5 checksum for a file that is going to be written to and SFTP server. The only way I have figured out how to do this is to write the file to a groundplex server using the file:// protocol and then run a linux command on the ...
I’m trying to substring the field $studySiteChecklist.checklist.lastUpdateDate but I can get it to keep the same output as the input. Any ideas? [{ "country": "a", "studySiteChecklist": { "checklist": [{ "lastUpdateDate": "2017-08-27T00:00:00Z...
I have a need to write S3 metadata when writing a file. Has anyone ever done this?
For the json below I need to be able to make the TabStatus.TabLabel value a column and TabStatus.TabValue as the value of that column and discard the rest of the data in the Array. Note that the TabStatus array can have up to 166 items where below I...
I need to be able to read any object in Salesforce and write it out as a CSV file. To do this I need to be able to flatten the output dynamically. Sample json: [{ "Account_Class_vod__c" : "abc", "ShippingAddress" : { "city" : "aaa", "count...