You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Michael Scribellito edited this page Jul 20, 2018
·
1 revision
Can FixedWidth help me parse large text files?
As of now, no. The API simply maps one string to an object or vice versa. However, you could loop through a large file and use the TextSerializer object to deserialize/serialize.