Top "Flat-file" questions

A flat-file database model is any system using a single file for storage with one record per line, usually plain-text or text mixed with binary data.

EDI Flat File parsing with C#?

Initially I was thinking to use SSIS to parse an EDI file, however I've seen a few manual EDI parsers (…

c# parsing flat-file edi x12
Flat File Connection Manager in SSIS package shows "Valid File Name Must be Selected"

(Flat File Location) Samba Share | Windows Share (SSIS) _______________________________ | | XP 32bit | Works | Works | | 2003 Serv 32bit | Works | Works | | Vista 64bit | ERROR | Works | | …

visual-studio visual-studio-2008 ssis flat-file
How to dynamically give flat file source file name in session properties of informatica?

i have an issue where i get flat file with date and time extension to flat file name like test_28…

flat-file informatica-powercenter informatica
How do I get SSIS Data Flow to put '0.00' in a flat file?

I have an SSIS package with a Data Flow that takes an ADO.NET data source (just a small table), …

ssis flat-file dataflow dataflowtask
C#: Convert COMP-3 Packed Decimal to Human-Readable Value

I have a series of ASCII flat files coming in from a mainframe to be processed by a C# application. …

c# .net ibm-midrange flat-file comp-3
Is there any way to reorder fields in an SSIS flat file source?

I have an SSIS package using a tab delimited flat file source with a TON of fields. Recently the provider …

ssis flat-file
SQL Server Import Wizard treats NULL as literal string 'NULL'

When I attempt to import a .csv comma-delimited flat file into a Microsoft SQL server 2008R2 64-bit instance, for string …

sql-server csv import null flat-file
PHP way to get count of lines in file and to move file pointer to specified line?

Is there a way to: count number of lines (1 line = data row) in my small_db.php tell PHP to …

php filesystems flat-file
Android Performance : Flat file vs SQLite

There are few questions related to this topic on stackoverflow, But I didn't get the proper answer. I have some …

android sqlite flat-file
Is there a WHERE Clause feature in SSIS for a Flat File Source?

I don't know too much about SSIS and I've googled as much as I could on this. I'd really appreciate …

sql ssis insert where-clause flat-file