append rows in magic etl not working

abarrie23
abarrie23 Member
edited January 2023 in Magic ETL

Hello All,

I am attempting to append two data sources through magic ETL. They have the same columns and data type.

table 1: A,B,C,D,E,F,G

Table 2: A,B,C,D,E

When i try to append the two tables by including shared columns, the resulting table looks like this


Table 3: A,B,C

The table includes the combined A,B,C columns from table 1 and 2. But i'm not sure why colums D and E aren't showing up in table 3. Like i stated before the column titles and datatypes (text) are the same in both tables 1 and 2.

Answers

  • Seems like you would have gotten D and E. Can you change the “What happens when column types don't match?” to show type errors and see if it gives any indication?

    ** Was this post helpful? Click Agree or Like below. **
    ** Did this solve your problem? Accept it as a solution! **