本文介绍了下载并处理CSV文件而不将其保存到磁盘的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
前段时间我写了一个程序来下载每行上带有多组数字的文本文件。 我能够使用split并将这些行放入数组中。 看来该网站现在只提供了一个CSV文件(是的,仍为正文,我知道),我保证在保存到文件之前我无法处理该文件。 是否可以打开文件并处理它而不将其保存到磁盘?
I wrote a program some time ago to download a text file with sets of numbers on each line. I was able to use split and put these rows into an array. It appears that site is now providing only a CSV file (yes, still text, I know) that I am unable to process before it is saved to file. Is it possible to open the file and process it without it being saved to disk?
推荐答案
这篇关于下载并处理CSV文件而不将其保存到磁盘的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!