About 6,490 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 comma in the description …

  2. 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), then delete the …

  3. Transform CSV in Logic App - social.msdn.microsoft.com

    May 17, 2018 · I have a tab delimited .csv file on an SFTP server that I would like read into Azure, transform it (dropping columns and creating new columns based on existing columns), and export …

  4. export to csv with fields including commas

    Feb 28, 2016 · Embedded commas and quotes are incompatible with CSV format. I think you'll see that if you create a file that contains them, you won't be able to use it in places where a CSV works. So …

  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 UTF-8. …

  7. Corrupt of csv file - social.msdn.microsoft.com

    Feb 5, 2008 · After that, the job has run successfully and the csv file is also generated. The format of the csv file seems to be correct. But however, the third party software tool is not being able to read the …

  8. 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 ?

  9. How to create Relationship between two or more items/columns in ...

    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 store relevant ID …

  10. Import a list of Azure VMs from CSV to commence a shut down using ...

    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-RestMethod -Outfile …