I would like to create an integration service project to import some txt into SQL Server. The line inside the txt are like this
{"Column1":"value","column2":"value"}}.
I tried to open the txt files in order to erase {}: but unfortunately I have a txt of 2GB that I can't open any suggestions?