Segregate the files as a Batch

dinesh

New Member
Hi, I have 10 files in those i need to combine two files as a batch based upon file name(First Six Characters Are same) and added into queue.

can you help me out to reach this issue.

Cheers,
Dinesh
 

VJR

Well-Known Member
Hi Dinesh,

Can you provide more details as the below.
i. You have 10 files in a folder - What type of files are they? - .xlsx, .txt, .csv...etc

ii. Out of these 10 files, you want to merge the contents of those 2 files whose first six characters in their names are same
eg; if there are say 5 files like:

ABCDEF123,
PQRSTU123
ABCDEF456
XYZABC123
LMNOP123

Then you want to combine/merge the contents of the ABCDEF123 and ABCDEF456 files because their names contain the same first six characters, then load them into a queue. Is this your correct requirement?
 

dinesh

New Member
Hi Vjr,
Thanks for your reply,I have 10 excel files and names of the exactly same as you mentioned above,Moreover files like this

Abcde231
Abcde432
Cdefg656
Cdefg976
 
Top