Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
281 views
in Technique[技术] by (71.8m points)

field size limitation of csv file

I was wondering if there is a limit to the size of a single field that can be saved in a csv file? I understand that the size of the CSV file itself is dependent only on the operating system.

Thanks.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

The history of CSV is described at Wikipedia. The closest thing to a formal specification of the CSV file format is RFC4180.

Neither of these documents describe any limits on the size of a field. In practice the tooling you use might have some sort of restriction, as most CSV parsers would buffer the record line, prior to splitting it.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...