User Activity

Trying to do ETL to move source data to target db. I don’t want to create a pipeline for every single table. There are hundreds of tables. To start I want it to do this simply and assume a truncate and reload of all the tables. I will worry about ...
Can anyone point me to a comprehensive video or explanation re: Error Pipelines? The documentation leaves out a lot of details.If an error occurs, I want to pass in the value of $ProcessId (as one example) to the error pipeline so that I can flag the...
I am grabbing an object in Salesforce using the Salesforce Read Snap. I am using SQL Bulk Load and it is flagged to create table if it doesn’t exist. My numeric types are not being created in SQL. Almost everything is coming over as varchar(8000). I...
Everytime I pull data from SQL Server / Salesforce etc, if the data type is bit, it returns a string of ‘true’ or ‘false’ that I am then having to convert back to a 0 or 1. How do I get this to behave differently?
I have data I need to move from Oracle to SQL Server. In Oracle the data type is just “NUMBER”. No precision or scale specified. I know from analysis that these values are in some of the rows for one of the columns. .2010259556758395029265468931284...