Forum Discussion

Mike91's avatar
Mike91
Helper I
1 year ago
Solved

CSV FILE ERROR IMPORT

Hi All,   i import 3 different csv file, if i sum the value for each csv file the sum is correct, but when i queing these 3 table and sum all value, i receive a different error and the sum is not c...
  • rajendraongole1's avatar
    1 year ago

    Hi Mike91 -you can appending the three tables, inspect the resulting dataset to ensure there are no duplicates or unexpected rows. Verify that all numeric columns you're summing are in the correct data type.If necessary, use Remove Duplicates on the key columns after appending the data.you are appending the data correctly rather than using an incorrect join type.

    Create a new column that sums the values from all three tables after appending, and use that for summation.

     

    Hope the above steps helps in your scenerio, still issue exist could you share more details about the error you're receiving.