Data parsing

The parsing of data is absolutely essential for the enterprise. As an enterprise F# developer at Jet.com, I come across this data transformation pattern on a daily basis. Every case of LOB applications' integration with a third-party system - ERP, Bank, or Carrier - involves data parsing on the ingesting edges. Despite a plethora of integration technologies around that promise great data quality, timeliness, integrity, you name it...time and again, I am forced by my contractors to deal with flat fixed format files, CSV files, and Excel files. This is the boring reality of today.

On this battlefield, the weaponry varies from case-by-case hand-coded solutions based on Regex and F# active patterns to fairly generic solutions targeting ...

Get F# 4.0 Design Patterns now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.