Tagged Questions
The flat-file tag has no wiki summary.
40
votes
35answers
4k views
Why do we still program with flat files?
Why are flat text files the state of the art for representing source code?
Sure - the preprocessor and compiler need to see a flat file representation of the file, but that's easily created.
It ...
19
votes
3answers
805 views
Fastest & most flexible way to chart over 2 million rows of flat file data?
I'm collecting some system data in a flatfile, which has this format:
YYYY-MM-DD-HH24:MI:SS DD1 DD2 DD3 DD4
Where DD1-DD4 are four items of data.
An example of the file is this:
...
13
votes
6answers
646 views
Simple, fast SQL queries for flat files
Does anyone know of any tools to provide simple, fast queries of flat files using a SQL-like declarative query language? I'd rather not pay the overhead of loading the file into a DB since the input ...
11
votes
7answers
993 views
Is there a standard format for describing a flat file?
Is there a standard or open format which can be used to describe the formating of a flat file. My company integrates many different customer file formats. With an XML file it's easy to get or create ...
10
votes
1answer
1k views
UTF-8 flat file import to SQL Server 2008 not recognizing {LF} row delimiter
I am trying to import data from a utf-8 encoded flat file into SQL Server 2008 using SSIS. This is what the end of the row data looks like in Notepad++:
I have a couple more images showing what the ...
10
votes
19answers
604 views
What arguments to use to explain why SQL Server is far better then a flat file
The higher ups in my company were told by good friends that flat files are the way to go, and we should switch from SQL Server to them for everything we do. We have over 300 servers and hundreds of ...
9
votes
4answers
1k views
Looking for an open-source flatfile/xml database C++ library
I'm looking for a light-weight database library that I can compile into a C++ application.
Does any such exist?
8
votes
4answers
304 views
where does the term flat-file come from?
I was wondering if anyone knows. Is 'flat' the opposite of hierarchal? Does it come from a phrase like, "this is a flat-out regular file"?
7
votes
2answers
885 views
Can NHibernate persist to flat files instead of database?
Here is a curiousity question. I have an application that must support both flat files and the database as a place to persist data. I was thinking maybe using a .csv or tab-delimited set of files as ...
6
votes
4answers
110 views
C# Text File Input Multi-File Output
I have a file that looks something like this:
|29923C|SomeGuy,NameHere1 |00039252|042311|Some Address Info Here |
|47422K|SomeGuy,NameHere2 |00039252|042311|Some Address Info Here |
...
6
votes
11answers
5k views
Recommend a flat-file blog engine?
Has anyone had success with a flat-file blog engine?
I'm trying to arrange a very basic, bare bones blog setup on an intranet site. Unfortunately, the usual solutions rely on MySQL, which is not ...
5
votes
4answers
264 views
How to effectively test a fixed length flat file parser using MSpec?
I have this method signature: List<ITMData> Parse(string[] lines)
ITMData has 35 properties.
How would you effectively test such a parser?
Questions:
Should I load the whole file (May I use ...
5
votes
7answers
148 views
Sampling Large Data Files
I currently work in the position of Data Warehouse programmer and as such have to put numerous flat files through ETL process. Of course prior to loading the file I have to be aware of its content, ...
5
votes
8answers
671 views
How to Convince Programming Team to Let Go of Old Ways?
This is more of a business-oriented programming question that I can't seem to figure out how to resolve. I work with a team of programmers who have been working with BASIC for over 20 years. I was ...
5
votes
7answers
6k views
Java: Save objects in a textfile? Are there readymade solutions?
I want to save the objects I generated in a program. After restart the App should load automaticly all Objects in an Array. I want to write them in a file and parse them after restart. Are the other ...
5
votes
5answers
9k views
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. A new feed has been introduced with a Packed Decimal (COMP-3) field, which needs to be converted to ...
4
votes
3answers
120 views
python/bash SQL for tsv flatfiles (No sqlite)
Background:
sqlite is great for doing SQL operations on data loaded into databases, but many times in my line of work I need to do selects, joins, and where statements on files that aren't loaded ...
4
votes
3answers
132 views
What is the best way to generate flat files from templates, and parse them back
Here's the problem I have, I need to generate a flat string file with a rather complex (imposed) structure based on field length and start and stop positions. It file will be generated from a .Net ...
4
votes
5answers
428 views
processing text from a non-flat file (to extract information as if it *were* a flat file)
I have a longitudinal data set generated by a computer simulation that can be represented by the following tables ('var' are variables):
time subject var1 var2 var3
t1 subjectA ...
t2 subjectB ...
4
votes
7answers
2k views
Flat File Database Example
I would like to see some examples of simple flat file databases and how they are accessed through a data layer. I've written to and read from a flat file before, but I have not ever created a data ...
4
votes
8answers
2k views
What is faster, flat files or a MySQL RAM database?
I need a simple way for multiple running PHP scripts to share data.
Should I create a MySQL DB with a RAM storage engine, and share data via that (can multiple scripts connect to the same DB ...
4
votes
3answers
3k views
Writing email messages to flat files in Outlook with VBA
I have written a VBA app that opens a folder in outlook and then iterates through the messages. I need to write the message bodies (with some tweaking) to a single flat file. My code is as ...
3
votes
3answers
193 views
Flat file vs database - speed?
I'm making a chat program, and I need a place to store messages. The client would contact the server every x seconds with the last received message id, and the server would find all messages with a id ...
3
votes
4answers
193 views
escaping tricky string to CSV format
I have to create a CSV file from webservice output and the CSV file uses quoted strings with comma separator. I cannot change the format...
So if I have a string it becomes a "string"...
If the value ...
3
votes
2answers
454 views
SSIS is dropping a record on flat file source import
am experiencing a very strange issue in SSIS (2008).
Basic workflow is as follows..
Using a flatfile source (CSV), bring into SSIS, push into SQL.
When process is run on dev environment, everything ...
3
votes
4answers
287 views
Ruby: start reading at arbitrary point in large file
I have some log files I would like to sift through. The content is exactly what you expect in a log file: many single lines of comma separated text. The files are about 4 gigs each. File.each_line or ...
3
votes
3answers
153 views
Is there a flat files JDO implementation?
I have a simple app I'd like to use JDO. But I don't want to use any DB back, just regular file system. Before jdo, I had this class it serializes it object to a file whereas file name is the "primary ...
3
votes
5answers
366 views
Preferred way to parse a custom binary flat file?
I have a flat file generated by a C program. Each record in the file consists of a fixed length header followed by data. The header contains a field indicating the size of the following data. My ...
3
votes
3answers
209 views
What's the best way to organize data on my tiny embedded system?
I haven't done much programming for Embedded Systems before, and now I have to create some scripts for something relatively tiny (<60MB RAM, almost all of which is already used by other more ...
3
votes
1answer
116 views
Import small number of records from a very large CSV file in Biztalk 2006
I have a Biztalk project that imports an incoming CSV file and dumps it to a database table. The import works fine, but I only need to keep about 200-300 records from a file with upwards of a million ...
3
votes
2answers
1k views
c# EDI File to pipe delimited flat file
I'm looking for any helpful links or advice on translating an incoming EDI 940 (X12) to a (|) Pipe delimited flat file in c#.net
3
votes
2answers
1k views
Retaining NULLs in numerical columns using SSIS Import/Export Wizard?
I am having a problem uploading data from tab-delimited flat files (TSV files) into SQL Server 2005 using the SSIS Data Import wizard. I did not experience this problem using the equivalent procedure ...
3
votes
7answers
535 views
Advice: building a non-database driven simple CMS in PHP
I'm working on a site which requires a very simple CMS - basically there's a block of text on the homepage that needs to be editable by the client. Their current hosting plan doesn't allow for a ...
3
votes
8answers
736 views
Is it faster to access data from files or a database server?
If I have a static database consisting of folders and files, would access and manipulation be faster than SQL server type databases, considering this would be used in a CGI script?
When working with ...
3
votes
1answer
837 views
Processing a flat file in chunks using multiple threads using producer/consumer pattern and SqlBulkCopy into SQL Server DB
I hope you will bear with me. I wanted to provide as much information as I can.
The main problem is how to create a structure (like a stack) that will be used by multiple threads that will pop a ...
3
votes
4answers
557 views
How do I do a full-text search search of flat files with Perl?
We have a Perl-based web application whose data originates from a vast repository of flat text files. Those flat files are placed into a directory on our system, we extensively parse them inserting ...
2
votes
4answers
68 views
Record manipulation in flat files in Java
This is my first post here in StackOverflow. I am not a newbie to Java but I am not an expert or a professional programmer either. It has been quite some time I have had some ideas in my head and I do ...
2
votes
2answers
66 views
Fast read-only embedded “database”?
I'm looking to distribute some information to different machines for efficient and extremely fast access without any network overhead. The data exists in a relational schema, and it is a requirement ...
2
votes
1answer
84 views
Flat File or Database to store small amounts of records. Which would be faster for many connections/users
I Have a web application that will support a large number of connections.
Each time a session is created, or a refresh is called, I will run a service that will collect data and store it for viewing. ...
2
votes
4answers
286 views
Read flat file as transpose, python
I'm interested in reading fixed width text files in Python in as efficient a manner as I can. Specifically, most of the time I'm interested in one or more columns in the flat file but not entire ...
2
votes
3answers
62 views
Dealing with hosts with no mysql
I am dealing with a good web host but the problem is that they limit mysql to 1 database of 25MB
The problem is that I need more but can't afford to pay more for the moment.
Is there any solution ...
2
votes
1answer
373 views
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 any help I could get.
I'm building an SSIS package and I only want to insert a specific set of data ...
2
votes
1answer
97 views
Framework for loading flat files into SQL Server
I have to import flat files into SQL Server. So far, I've used SSIS packages and Delphi programs to do the job but I'm getting more and more files to load. Many are very wide (more than 90 fields) and ...
2
votes
2answers
593 views
android SQLite vs Flat Files
im creating a game right now and im a bit stuck on how to implement storage of levels. i need to be able to download level files from the internet ota. im not so familiar with transferring files ota, ...
2
votes
2answers
1k views
Biztalk Flat File Schema - how to accept a LF or CRLF as the line delimiter
Our client sends us a flat file as input, which we then take and convert to an XML file before sending to the destination system.
The flat file consists of multiple lines, each line is delimited by ...
2
votes
8answers
300 views
Why use MySQL over flatfiles?
A friend and I were debating about whether he should use MySQL or a flatfile database for his website's backend. I told him to go with MySQL because it was structured, held records well, and was ...
2
votes
3answers
117 views
Relational Data to Flat File
I hope you can help find an answer to a problem that will become a recurring theme at work. This involves denormalising data from RDBMS tables to flat file formats with repeating groups (sharing ...
2
votes
1answer
445 views
Viewstate in flat files vs viewstate in SQLserver
I wrote my own PageStatePersister class based on SessionPageStatePersister which writes the most recent 10 Viewstates for a session to a shared disk. I figure this will scale better than keeping ...
2
votes
1answer
681 views
How do I retrieve only the top x rows from a flatfile in SSIS
I have a flatfile connection and I'm only interested in the first 10 rows of data. How can I just import the first 10 rows?
Row sampling is random so I can't use that. Is there some way I can have ...
2
votes
4answers
792 views
Remove first line from a text file using xlst
I'm working with a system (Maximo) that generates a text file. I need to remove just the first line of the file. The way to do that is using XSLT.
Any idea?