ContributionsMost RecentMost LikesSolutionsRe: Remove CRLF from the text file Here is the error after ,making the changes you’ve suggested. Re: Remove CRLF from the text file Where do I add this in my pipeline? Re: Remove CRLF from the text file @Supratim, I didn’t understand your response. I am talking about removing Carriage Return and Line Feeds from the text file. The above query is working fine Remove CRLF from the text file Hi, What should I add to this to remove CR and LF while generating a text file using File Writer . “Test/Hello_”+ Date.now().toLocaleDateString(‘{“format”:“MMM”}’).toUpperCase()+Date.now().toLocaleDateString(‘{“format”:“YYYY”}’)+“.txt” Re: DateMacro For Netezza Execute Hi, How can I debug these expressions or check in values in Snaplogic? Date.now().plusMonths(1).withDayOfMonth(1).minusDays(1) Re: DateMacro For Netezza Execute @tmiller @dstack, can you help? DateMacro For Netezza Execute Hi, I am new to SnapLogic and I am trying to execute a Generic JDBC for Netezza. The query works fine and output a table to Oracle. How can I add a macro on the fly for the previous month last date of the month. I tried documentation but it’s not helping much. Can somebody please guide? Details: FROM NZ_MODEL.ATTBN_PODS_MTH_ASSIGNMENT T JOIN NZ_MODEL.ATTBN_PROVIDER_STG P ON T.SRC_PROV_UNIQ_ID = P.SRC_PROV_UNIQ_ID // Previous Month Last Date// WHERE T.AS_OF_DATE_SKEY=20190131; (Need to replace that with macro)