Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
shiveshsingh
Master
Master

Concatenation

Sales:
LOAD
X,Y,Z
FROM
[$(v(Path)) Sales *.xlsx];

In above code, if there are 5 files with Sales prefixe and 2 of them is having same data.

So will the data concatenate in one table(for 2 same files) or load separately in other table?

1 Solution

Accepted Solutions
shiveshsingh
Master
Master
Author

4 Replies
zhadrakas
Specialist II
Specialist II

if they have the same columns it will concatenate in one table and you will have duplicate data.

shiveshsingh
Master
Master
Author

Got it, thanks

prma7799
Master III
Master III

Please mark correct or helpful answer if you get your answer.