I am really new to visual studio and I am looking for a way to upload several files and find and replace all instances of the files, save the files as a txt file and then upload those files to the MSSQL 2012 Express. Is there a good way to accomplish this task?
I have several EDI files where the delimiters are all different some are * and \ others are * and ~ some use | and *. I would like to change them all to * and ~ and then upload them. Can someone point me in the right direction? I have read several articles pertaining to find and replace but I can't seem to find one that tells me how to upload the file and then replace all instances.
thank you in advance for any reply or advice!!