I am working on something where I have multiple text files on a file server and need the program to download all text files in this directory, then process this data into the proper datagridview cells.
My string format is like this as an example:
|First Name:Tom|Last Name:Johnson|User Name:TJohnson17|Email:example90@example.net|Phone:516-555-5555|Country:USA|Address:17 Watercrest Lane|City:Bizmark|State:NY|Zip Code:11280
hoping someone could help me figure this out.
where do I start in this process?
Can I download the data from the files into temp memory or should they be downloaded on the disk, processed then deleted when done?
My string format is like this as an example:
|First Name:Tom|Last Name:Johnson|User Name:TJohnson17|Email:example90@example.net|Phone:516-555-5555|Country:USA|Address:17 Watercrest Lane|City:Bizmark|State:NY|Zip Code:11280
hoping someone could help me figure this out.
where do I start in this process?
Can I download the data from the files into temp memory or should they be downloaded on the disk, processed then deleted when done?