No announcements
Found 2877434 threads
-
0 Votes
Macro to convert multiple txt to csv format
CSV format stands for Commas Separated Values, so tab delimited is a bit odd. I would have a macro to import each txt file into Excel then use Excel ...Unanswered | 3 Replies | 5544 Views | Created by Pratish Shetty - Thursday, July 17, 2014 3:08 PM | Last reply by VBATools - Saturday, July 19, 2014 6:06 AM -
0 Votes
SSIS to convert excel to .csv format
Hi ! Pls gudie me how to convert excel to .csv format using SSIS Regards,Unanswered | 3 Replies | 21386 Views | Created by Bhadri1991 - Saturday, January 21, 2012 5:11 PM | Last reply by ABSay2693 - Monday, September 25, 2017 6:17 AM -
0 Votes
Convert CSV back to ETL format
Hi, I have an existing trace file in csv, is there any way to convert it back to the binary etl and use ...Unanswered | 1 Replies | 7959 Views | Created by Noidian - Monday, October 3, 2011 5:31 PM | Last reply by RPA601SG - Wednesday, October 5, 2011 3:47 PM -
2 Votes
How to convert a .txt file to CSV in PowerShell?
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 ...Answered | 7 Replies | 6348 Views | Created by Juan Davila - Thursday, October 20, 2016 1:58 PM | Last reply by Juan Davila - Wednesday, October 26, 2016 8:31 PM -
0 Votes
export multiple tables to .csv / .txt
to csv file with tab delimited format. But i need it to set Column delimiter with Vertical ...Answered | 3 Replies | 10856 Views | Created by bvdrsganesh1404 - Saturday, November 24, 2007 12:08 PM | Last reply by displayname_pranu_mcts - Friday, May 27, 2011 3:34 AM -
4 Votes
csv to txt
I have been given a csv file, this file contains financial data and since there are fields having money/currency it does not help to have it in csv My ...Answered | 9 Replies | 1830 Views | Created by DJ Rele - Thursday, June 13, 2013 1:18 PM | Last reply by DJ Rele - Thursday, June 13, 2013 8:03 PM -
0 Votes
Script to convert HTML file to CSV format.
Is it possible to convert the data from .html format to csv Format using PowerShell. No - there is no converter that turns HTML into ...Unanswered | 6 Replies | 3870 Views | Created by Amit Pal Singh Baghi - Monday, March 14, 2016 9:27 PM | Last reply by TasleemRabbani - Thursday, January 18, 2018 6:46 AM -
0 Votes
Adapter to convert CSV format file to SAP IDOC Format
have to convert CSV format file data into SAP IDOC format file. In SSIS we don't have any such SAP adapter (though we have .NET Data Provider for mySAP ...Unanswered | 2 Replies | 6082 Views | Created by Kuldeep Chauhan - Thursday, November 16, 2006 6:49 AM | Last reply by COZYROC - Tuesday, November 25, 2008 3:05 PM -
0 Votes
Need to convert PDF outputs to CSV or Excel Format
> that macro should convert the PDF outputs to CSV format / Excel format. As far as I know, the Excel do not have the ...Answered | 3 Replies | 3252 Views | Created by Kiran Kandavalli - Tuesday, February 10, 2015 4:19 AM | Last reply by Edward8520 - Wednesday, February 11, 2015 9:47 AM -
0 Votes
convert xlsx to txt
How do you convert an .xlsx file to a .txt file without excel, Microsoft.ACE.OLEDB.12.0 orProposed | 4 Replies | 5938 Views | Created by AliceW27 - Tuesday, January 10, 2017 12:50 AM | Last reply by Castorix31 - Tuesday, January 10, 2017 9:10 AM -
0 Votes
CSV Render format with no FieldDelimiter or TXT Render format?
I have created a report that contains the spaces to make it fixed width. I need to tweak the CSV extension render to export to a txt or ...Answered | 1 Replies | 5447 Views | Created by pwbriggs23 - Wednesday, May 25, 2011 9:48 PM | Last reply by Tony Chain - Friday, May 27, 2011 1:53 AM -
0 Votes
convert csv to xml
following links http://www.codeproject.com/Articles/32665/Make-it-easy-Convert-CSV-files-to-XMLAnswered | 2 Replies | 927 Views | Created by bztdev - Monday, February 10, 2014 2:27 PM | Last reply by Cor Ligthert - Tuesday, February 11, 2014 9:47 AM -
0 Votes
Convert dic to txt
Is there a code sample or free program on how to convert *.dic to *.txt fileAnswered | 1 Replies | 6993 Views | Created by Hendrik Bez - Monday, February 2, 2009 9:05 AM | Last reply by Yichun Feng - Wednesday, February 4, 2009 3:25 AM -
0 Votes
Convert RTF to TXT
Converting RTF to TXT format http://www.codeproject.com/KB/filesAnswered | 3 Replies | 8195 Views | Created by eqs - Friday, June 27, 2008 4:02 PM | Last reply by Hanzheng Zou - Monday, June 30, 2008 10:00 AM -
0 Votes
Convert a .txt File to a .csv file
Hi, I am using VB6. My program currently collects information and creates a .txt file. I would like to covert this tab delimited .txt file ...Answered | 6 Replies | 8448 Views | Created by KatlynD - Monday, November 15, 2010 6:46 PM | Last reply by John Anthony Oliver - Tuesday, November 16, 2010 4:47 AM -
1 Votes
Convert Xml to CSV
It would be appreciated if there is any other way to convert Xml to CSV. The correct BizTalk method would be a Map ...Answered | 5 Replies | 2654 Views | Created by Shivay_ - Wednesday, June 24, 2015 11:23 AM | Last reply by Johns-305 - Wednesday, June 24, 2015 12:46 PM -
0 Votes
Rename multiple csv files by changing the extension from .csv to .txt
Please try: ren *.csv *.txt credit to: ...Unanswered | 1 Replies | 584 Views | Created by Sandybar7 - Friday, September 21, 2018 3:31 AM | Last reply by NikNicholas - Friday, September 21, 2018 3:43 AM -
1 Votes
csv versus txt file
CSV is TXT file, difference in size may result from the code page of the file. If you can,give as a sample CSV to diagnose ...Proposed | 3 Replies | 552 Views | Created by DianePDavies - Tuesday, May 6, 2014 2:06 PM | Last reply by Dziubek Michał - Tuesday, May 6, 2014 3:54 PM -
0 Votes
How to convert (.csv) to html
How to convert (.csv)or comma separator value files to html format using XSL using c#.NETAnswered | 1 Replies | 4185 Views | Created by Tapan - Wednesday, July 18, 2007 6:59 AM | Last reply by Sergey Dubinets - MSFT - Wednesday, July 18, 2007 7:15 AM -
0 Votes
SQL Server to Txt/CSV
3) Use Import/Export Wizard in MS SQL Server and Export Table to csv file or Excel sheet. 4) You may use bcp command to import data from MS SQL ...Answered | 5 Replies | 3421 Views | Created by amit_kumar - Friday, November 4, 2011 9:55 AM | Last reply by Hasham Niaz - Friday, November 4, 2011 10:32 AM - Items 1 to 20 of 2877434 Next ›
No announcements