Designing and Running Pipelines
Discuss how to use the SnapLogic platform.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Capture of Unix Execute Output

Hi Team, I’m executing below command in one Unix Execute snap. cd /OUT | ls -tr | tail -1 The output is a file name, say - ABC_0822.txt This output file name I want to capture inside a mapper. How to do, please help. Thanks & Regards, Subhasree

Subhasree by New Contributor
  • 1062 Views
  • 1 replies
  • 0 kudos

Resolved! SnapLogic and Azure Repos Integration

Hi All, Looking out for help in integrating the SnapLogic and Azure Repos. Is there any way to Integrate the Azure Respos and SnapLogic for CI/CD in order to perform the repository operation like Commit, Checkout, pull, etc like we do with the GitHub...

Resolved! Help with adding a field in JSON output

I have a JSON output like this: { "Choices": { "1": { "Display":"Generating standard, automated reports (e.g. ERP, reporting tools)?" } "2": { "Display":"Generating non-standard / custom reports (e.g. spreadsheets)?" } "3": { "Display":"Responding to...

Arrow Function Parameters

I’m trying to understand the documentation for the Array function toObject. It uses [‘zero’, ‘one’, ‘two’].toObject((x, index) => index, x => x.contains(‘two’)) as an example, which returns {“0”: false, “1”: false, “2”: true}. What does the (x, index...

tarena by New Contributor III
  • 868 Views
  • 2 replies
  • 1 kudos