User Activity

I am trying to use a Zip Writer snap zip a .txt file to become .zip file. So if my txt file location is /intshare/test/watermarkout//test.txt, when I zip it, the folder structure comes with the zip. Here is my snap and when I unzip it, it has folder...
I’m tasked to build a pipeline for API service. This pipeline will accept API calls for GET/PUT/POST/DELETE to a database table. I am lost at how to get started. Please show me your example. Thank you
I am using Mapper snap to map an integer column from database to CSV file. How do you write expression for this field “MyNum” to keep the leading zero in the csv file? like 04567 Thanks
My pipeline is a simple pipeline that execute an Oracle query then parse the data to a CSV file. The result of the query gives some of the duplicate records (Same ID), that because the database has those duplicates. However, I just want to keep only...
I plan to use Deduplicate snap to remove duplicate records from a CSV file. In my CSV file, let’s say I have 3 records with the same ID. I just want to keep 1 record. So I am using Deduplicate snap and set it up like this It works but it also remove...