Here's the situation.
I have a master file. Let's call it A. I have a continuously downloaded file that needs to be appended to A. Let's call it B. So basically I need to append all data from B into A without erasing any data in A.
In addition, A and B both have the same header row. When I append B to A, I would like for this header row to be deleted and for the rest of the data to be appended to the next availabe row in A. In other words, I can't have any null (blank) values in the data ranges.
I tried copy A.csv + B.csv C.csv, while it sort of shows what can be done, it doesn't help me the removal of the header row and eliminating nulls. In addition, it adds some weird characters.
Thank you for all your help, and great forum!!!
I have a master file. Let's call it A. I have a continuously downloaded file that needs to be appended to A. Let's call it B. So basically I need to append all data from B into A without erasing any data in A.
In addition, A and B both have the same header row. When I append B to A, I would like for this header row to be deleted and for the rest of the data to be appended to the next availabe row in A. In other words, I can't have any null (blank) values in the data ranges.
I tried copy A.csv + B.csv C.csv, while it sort of shows what can be done, it doesn't help me the removal of the header row and eliminating nulls. In addition, it adds some weird characters.
Thank you for all your help, and great forum!!!