Day 13. CSV file processing with MS Visual Studio, SSIS ETL
In this video, we will explore how to process CSV files using Microsoft Visual Studio. Specifically, we will cover how to convert data from UTF-8 into the 1251 codepage and split the data into two files based on the gender of the participants.
The video will begin by introducing the CSV file format and its use in data storage and exchange. We will then explore how to open CSV files in Visual Studio and view their contents.
Next, we will demonstrate how to convert the data from UTF-8 into the 1251 codepage using derived column transformation. This will involve selecting the appropriate encoding option and saving the file with the new encoding.
Finally, we will show how to split the data into two files based on the gender of the participants. This will involve conditional split transformation and separate it into two files based on the gender field. We will also cover how to save the resulting files in the CSV format.
Комментарии
Отправить комментарий