Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Please help.
I have problem, I need to success join by key multiple csv files (three and more)?
when you read a multiple csv files and they have a key and the name os fiels are the same your join are do automaticaly.
you now how read a files?
example below
table:
LOAD fild1,
keytablea as key
FROM
(ooxml, embedded labels, table is [Plano de Horas]);
Left Join(table)
temp:
LOAD fild2,
keytableb as key
FROM
(ooxml, embedded labels, table is Cronograma);
if they are of the same structure, do a wildcard load.
load *
from
[../abc/cde*.txt];
They will be concatenated automatically.
Tnx, work
If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post) and Helpful Answers (found under the Actions menu under every post).
If not, please make clear what part of this topic you still need help with .