Articles

CSV Processing in C# 10 Feb 2023

CSV Parsing Intro

Learn how to parse CSVs in C# using CSVHelper library. We will cover non-collection types and most common parsing options.

Read on
CSV Processing in C# 12 Feb 2023

CSV Writing Intro

Learn how to write CSV files in C# using CSVHelper library.

Read on
CSV Processing in C# 17 Feb 2023

CSV Parsing Unit Testing

Learn how to unit test CSV parsing. This includes creating and writing CSV files from C#.

Read on
CSV Processing in C# 17 Feb 2023 Premium

CSV Parsing Complete Example

Learn how to integrate CSV parsing pipeline into application code. Complete example, from parsing csv file via domain service, to storing it in a database using repository.

Read on
CSV Processing in C# 13 Mar 2023 Premium

CSV Parsing TypeConverter

Learn how to use TypeConverter to manually process or post-process the field values in CSV. This includes casting to a different type, slicing or filtering string, or any custom operation.

Read on
CSV Processing in C# 11 Apr 2023

CSV Parse DateTime Fields

Learn how to parse a field in CSV with datetime-like fields using CsvHelper.

Read on
CSV Processing in C# 28 Mar 2023 Premium

CSV Parse List Field

Learn how to parse a field in CSV that contains a list of values separated by another character using CsvHelper.

Read on
Bloomberg FTP 22 Feb 2023

Bloomberg FTP Intro

Introduction to common requests and parameters when requesting data through Bloomberg FTP.

Read on
Bloomberg FTP 23 Feb 2023

Bloomberg FTP Volume Data

Learn how to write a request file to retrieve volume data for a given instrument via Bloomberg FTP.

Read on
Bloomberg FTP 23 Mar 2023

Bloomberg FTP End-of-Day Pricing Data

Learn how to write a request file to retrieve settlement, open nad other price data for a given instrument via Bloomberg FTP.

Read on
Bloomberg FTP 27 Mar 2023 Premium

Bloomberg FTP Futures Reference Data

Retrieve reference data for futures contracts, such as contract codes, expiry dates, tick size, lot size via Bloomberg FTP.

Read on
Bloomberg FTP 11 Apr 2023 Premium

Bloomberg FTP Calendar Holiday Data

Retrieve exchange holidays via Bloomberg FTP.

Read on