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,
How can we find the max between dates?
I’m trying to find the newly created date between the dates below.
2021-05-19T19:01:47.000+0000
2021-05-19T22:11:26.000+0000
When I’m trying to insert data into the Teradata table, I also want to insert the pipeline run time id into a column to log as an entry. Can anyone suggest a way to get the id into a mapper when the pipeline is executing?
Hello All,
I’m unable to connect the AWS S3 Account in spite of providing the correct tokens. Getting the below Error:
Provided Permissions : actions = [
“s3:GetObject*”,
“s3:PutObject*”,
“s3:DeleteObject*”,
“s3:List*”,
“s3:GetBucketLocation”,
]
Doe...
@cjhoward18 Thanks, for your quick response. But those two dates will be in the same column. How can I find the recently created date from the same column?
bjadav:
to upload file to NetSuite File Cabinet using SnapLogic. But I couldn’t find a way to attach that file with vendor record using SnapLogic even though N
@bjadav Can you share a sample pipeline to upload a PDF file into the NetSuite File...
bjadav:
eline where we create a vendor record in NetSuite
@bjadav, I believe we don’t have the feasibility to attach a file to the vendor record when we create it through SnapLogic.
The alternate approach I would suggest is to pass the file na...
@vineesha Thanks for your response.
We are looking to have version control for the pipelines. To do so, we want to download the pipelines into JSON files. I have built a sample pipeline where I can download the actual pipeline into a JSON file.
But ...