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

    May 11, 2009 · While you are creating the schema with the wizard, populate the "Escape character" box. Alternatively create your schema from a sample file that doesn't have the …

  2. How to store drop down value into csv file

    Oct 7, 2021 · I need help in storing drop down value into csv file. I have drop down list which contains some data. when an user clicks button data present in drop down should be store into …

  3. bcp Export to CSV with headers - social.msdn.microsoft.com

    Apr 16, 2019 · After this, I create another file that has a single new line and another file with the actual data. Then I copy them together (e.g. copy /b file1.csv+file2.csv+file3.csv output.csv), …

  4. Creating a CSV file from API Get Data - social.msdn.microsoft.com

    Jun 15, 2018 · A senior developer has written a program, that currently consumes data from an API and converts to a JSON format. I now need to write a method that will take this data and …

  5. Export Data to new Excel File without using XP_CMDSHELL

    Nov 20, 2014 · I have to make it possible that a SSMS User would be able to export Data to a new (not existing) Excel File. Because of security issues xp_cmdshell isn't allowed.

  6. Export from gridview to CSV, how to save CSV file in unicode? thanks

    Oct 7, 2021 · I found when export to csv file, the French characters show fine when I open the csv with notepad, but when I open it in Excel, I see wrong characters. And I found the csv file is in …

  7. How to download a csv file from a url - social.msdn.microsoft.com

    Oct 7, 2021 · in the above url file name is test.csv but i want when this file will be downloading in client pc then name should be inst.csv. how it would be possible ?

  8. How to create Relationship between two or more items/columns …

    Jan 5, 2010 · You want to create a relationship between name filed in table1 and xfiles filed in table 2. If this is the case, you could add a new column into table1 to store the ID, and then …

  9. 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 …

  10. Create an svc file - social.msdn.microsoft.com

    Feb 9, 2011 · In the mean time, an .svc file is really just a text file, and can be created by adding a new Text File item to your web site project. Just make sure the file has a .svc extension …