About 467 results
Open links in new tab
  1. How to create a schema from a csv file? - social.msdn.microsoft.com

    May 11, 2009 · 1. You can set the "Escape character" property of the line record. While you are creating the schema with the wizard, populate the "Escape character" box. Alternatively create …

  2. Add dummy row into the first row of excel file in SSIS

    Dec 2, 2017 · 2) Read excel & Add dummy "text" row into the first row & save to some other name using SSIS source script component.

  3. Reading a Tab Delimited File - social.msdn.microsoft.com

    May 9, 2010 · The database program is capable of exporting data out in the form of tab and comma delimited files. I would like to see an example in vb.net 2003 of how I might be able to …

  4. Excel file to listview - social.msdn.microsoft.com

    Jan 24, 2016 · I'm just starting out with visual studio. I've been looking around on the net for a way to read the data from an excel file into an array which i want to place into a listview but i can't …

  5. Export to Excel taking too much time. - social.msdn.microsoft.com

    Oct 24, 2011 · Thanks for your feedback. As we know the CSV format and Excel format file are generated by different engines, the CVS file is just a flat text file, that why it has a fast write …

  6. Import a list of Azure VMs from CSV to commence a shut down …

    Jul 6, 2015 · Import-Csv can only read from a local file. So you need to download the CSV file somehow from Blob Storage -- either using the runbook described above or using Invoke …

  7. How to automate the process of importing a csv file into outlook …

    Jun 26, 2019 · Looks like you need to automate Outlook or just create an add-in for importing csv files programmatically.

  8. How to convert a .txt file to CSV in PowerShell?

    Oct 26, 2016 · I would like to convert a .txt file to .csv. I have tried ConvertTo-CSV, though this does not seem to accept an object like a .txt file. ConvertTo-CSV -Delimiter "," file.xt, The …

  9. Overwrite data in Excel Destination - social.msdn.microsoft.com

    Sep 29, 2009 · The task I am trying to accomplish is to take an existing Excel 2003 file that has one sheet with data and another with a pivot table that pulls from the data sheet and refresh …

  10. How to Truncate the Data from Excel sheet ..when loading

    Sep 19, 2011 · If you want to "re-use" a worksheet in a particular format - for example, for a daily export to Excel - the cleanest solution is to create a blank workbook to save as a template, and …