Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everybody,
I would like to load some excel files from a LIB and the condition that i load all fields of an excel file where the name start with *s*
Thanks for help
Hi Zied
Try this -
LOAD *
FROM
(biff, embedded labels, table is Sheet1);
Where '*' is a wild character
You can use wildcard in the script
s*.xls
can you please give me an example ?
Thank you
Hi Zied
Try this -
LOAD *
FROM
(biff, embedded labels, table is Sheet1);
Where '*' is a wild character
Yes it works..just we need to change path to LIB Thank you