This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
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...
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...
I have tried mapping already with the following.
jsonPath($, “$studySiteChecklist.checklist[*].lastUpdateDate”).map(x => x.substr(0,10)).toString()
But I got the follwing which is not correct.
Thank you for the suggestion
Bill