Hello,
I have one tar.Z file. I have to run shell script daily as it is required to update the database.
customer_yyyymmdd_hhmi.tar.Z
sales_ yyyymmdd_hhmi.csv (5 MB - 20 MB)
purchase_ yyyymmdd_hhmi.xml (650 MB - 950 MB)
I have made small part of XML file. There are 4 parts. There is PHP Script which is working but i need to change each time file like PART1.xml, PART2.xml etc.
Things to do:
1) Extract tar.Z file and Read CSV and XML file.
2) Read whole XML file automatically.
I hope i am clear.
Thanks in advanced for your time and input.