P
pmclinn
I have a datadump from internal equipment that is about 500 megs. The
file is dumped every morning in a comma delinated format. Instead of
downloading this file to the client and then processing it is there any
way to stream the data into the client and read/parse it as it comes
in?
The file is on our intranet....
Example file:
Name: Data.csv
Example file structure:
-10,30,50,28
-12,29,49,28
.... on and on for about 500 megs....
-Peter
file is dumped every morning in a comma delinated format. Instead of
downloading this file to the client and then processing it is there any
way to stream the data into the client and read/parse it as it comes
in?
The file is on our intranet....
Example file:
Name: Data.csv
Example file structure:
-10,30,50,28
-12,29,49,28
.... on and on for about 500 megs....
-Peter