ContributionsMost RecentMost LikesSolutionsRe: Dynamically taking S3 path from metadata I have passed the value from parent.I can see the value in json I have declared pipeline parameter in child pipeline 3.But in s3 file reader I am not getting the value I am passing. Is it something wrong I am doing here? Thanks & Regards, SHrabanti Dynamically taking S3 path from metadata Hi All, I need to give a s3 path dynamically from redshift metadata table in S3 File writer. Because it has csv formatter before it, not able to give redshift execute and mapper to pass the value. Any suggestion. Regards, Shrabanti Re: Need help withTime format Conversion @bojanvelevski Thank you it worked. Could you please also point me where I can see all different time formats. Thanks & Regards, Shrabanti Need help withTime format Conversion Hi All, I am trying change a date format with expression. Input is a string value: “04/23/2021 12:00:00 AM” Output should be ‘yyyy-MM-dd HH:mm:ss’ format I am trying data parse the incoming date format but unable find proper format for input date. Date.parse($CertActivityDate,“mm/dd/yyyy hh:mm:ss AM”).toLocaleDateTimeString( { “format”:“yyyy-MM-dd HH:mm:ss” } ) Could you please siggest. Time format Conversion changing the date I am doing date conversion. But not sure why it is changing the date. Input Date is : “29-JUN-21 10.07.35.000000 AM” Output date is becoming :“2020-12-27 10:07:35” The conversion I am using is : Date.parse($OrderDetailCreateDate,“dd-MMM-YY hh.mm.ss.SSSSSS aa”).toLocaleDateTimeString( { “format”:“yyyy-MM-dd HH:mm:ss” } ) Re: Time format Conversion not working Thank you it worked… Time format Conversion not working Hi All, I am trying change a data format with expression. Input is a string value: “9-JUN-21 10.06.39.000000 AM” Output should be ‘yyyy-MM-dd HH:mm:ss’ format I am trying data parse the incoming date format but unable find proper format for input date. Date.parse($OrderDetailUpdateDate,“dd-MMM-yyyy’ 'HH:mm:ss.SSSXXX AM”).toLocaleDateTimeString({“format”:“yyyy-MM-dd HH:mm:ss”}) Could you please siggest. Re: Unable to execute Redshift Script with comments in it using Redshift Execute Thank you Vineesha. It worked. Unable to execute Redshift Script with comments in it using Redshift Execute Hi All, I am using redshift execute to run a redshift script . While I am able to run the script when every redshift query is enclosed in double quote, but the script is failing when I am adding comments to that. Would like to know how to write comment in redshift script so that it can be acceptable in “Redshift Execute”.