Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
we are maintain data in excel month-wise means months as a columns.
for example right now we have apr,mar,may data in excel, in future they will add june,july.........i need to update this columns also
automatically.
how can any one advice me.
Thanks,
Ashok.
Hi.
You can once load data with one month-wise and left join other month in cycle.
Hi,
Sorry i didn't understand explain clearly.
Thanks,
Ashok.
Hello,
Just change the code of your script to
Month:
Load * from sales.xlsx;
instead of
Month:
Load apr,mar,may from sales.xlsx;
Hope it helps you
Cheers!!
Jagan