User Activity

Hi, I have pipe limited dat file. I am using csv parser to get columns. The dat file has same column name(description) more than once but value is different eg- id name company cd description job description department description orgunit description...
Hi, I want to pass the filename from parameter(pipeline-parameter) and check if that file is already loaded or not. If not loaded, then we go ahead to load it otherwise we do nothing. Actually i have parent job and then this is child job , so pipelin...
I want to get all files from yesterday’s date from ftp and process them one by one. There can be only one file and can be multiple files but they need to be processed one at a time. I tried using mapper , to get yesterday value “Date.now().toLocaleD...
Load sql query data to csv file and send this file in email as an attachment. I tried using snowflake execute snap to get sql data and then use csv parser and write to file writer.The data is not shown in file writer. Can you help me on solving thi...