About 50 results
Open links in new tab
  1. How to read a CSV file of 1400 columns into a data table using C#

    Sep 13, 2012 · I am working in a project about data mining, and basically what i need now is finding a way to read in a CSV file (comma- delimited) of 1400 columns into a data table.

  2. Export list of objects to .csv file - VB.net

    Oct 7, 2021 · Now I want to create a .csv file and export all the data to that file.

  3. how to add textbox data to csv file C# - social.msdn.microsoft.com

    Oct 7, 2021 · Question 0 Sign in to vote User1069758914 posted hey i have a csv file that has data like this ( 1,1,asd,asd) and i want to add textbox data to the file so it ends up like this (textbox,1,1,asd,asd)

  4. C# code for converting .evt file in to .txt , .csv and vice versa

    Sep 27, 2017 · If you just want to convert .evt file to txt or csv file in using C#, as far as I found, there is no way that could convert between the two types file. but you could implement the convert function …

  5. SSRS 2005 + CSV data source file - social.msdn.microsoft.com

    Dec 5, 2016 · The goal is to provide, for one Customer, a web portal to read csv file as we request a simple statement : select * from [csv file] as a table... and using only sql server products and CSV …

  6. c# StreamWriter to save data in csv file

    Oct 7, 2021 · I'm using StreamWriter to save data in csv file. below is the snippet.

  7. Automate Comparison csv file and get the difference in to datatable?

    Oct 19, 2012 · Can one suggest the approach or sample program to get the difference (i need to extract modified rows and newly added rows in to dataset using c#)

  8. BCP Command to CSV/XLSX file with Merged Columns

    Oct 27, 2016 · I know Merging columns in CSV file is not possible. and I am willing to create XLSX file. I even tried merging 2 excel files. which ended up in corrupt file. I am at dead end right now.

  9. Prevent Duplicate headers in flat file destination - SSIS

    May 10, 2013 · I am importing some data in .csv file from an oledb source. I don't want the headers to appear twice in the destination. If i Uncheck the "Column names in first data row" property , the …

  10. Increase number of characters in column header

    May 16, 2014 · I have searched the internet and increasing (if evan possible) the number of characters in the column header can damage the table, so this is a big no. Is there any smart way to get my …