About 375 results
Open links in new tab
  1. Problem Reading csv file using OPENROWSET

    Mar 12, 2012 · The REFNUMBER column contains correct values (one digit numbers) for the first 3000 rows and NULL for the next 297 000 rows. As part of my investigation I open the csv file in excel I …

  2. 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 seem to …

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

  4. How to import local database sqlite table values in excel file?

    May 10, 2018 · So 1 table with multiple records? CSV would be easy to create from .Net code and would open in excel in most cases. If it has to be xlsx then I would have a look at the existing packages that …

  5. Removing commas and quotes from numeric fields in csv file using SSIS

    Feb 28, 2019 · I am creating SSIS package which reads data from a csv file and stores in SQL Server database. There are a few numeric fields in the csv files. They sometimes contain value like …

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

  7. Macro to Save Excel file using cell references to create file Save As ...

    Apr 29, 2018 · We use Excel 2016 and have a file called 'Customer Record.xlsm'. This file contains a number of worksheets with protected cells to prevent users from changing \ altering cell contents. …

  8. Need help: getting error "Text is not allowed between the opening and ...

    Oct 7, 2021 · Can someone take a look at my code and tell me how to get rid of this error? I'd greatly appreciate any help anyone can provide; here is the select code:

  9. 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 results for example …

  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 to use a File …