Questions tagged [flatfile]

5 questions
6
votes
9 answers

"Syntax" Highlight a flatfile

I've googled and looked and explored, but it seems most editors configurable syntax highlighting definitions are based on keywords and such. I need one that is based on columns and lines, basically something to highlight different fields in a flat…
hova
  • 243
2
votes
2 answers

How can I count the fields in a flat file using Notepad++

I work with a lot of flat files that are pipe delimited, and look something like: John|Smith|01|01|1901|123 Road Is there a way to find out that '1901' is the 5th field of this record based on the pipes ('|')? This would be so incredibly useful and…
0
votes
1 answer

Is there a mysql substitue for Infosystems Cache?

I have an ERP with a flat file "database" written in PL/B. We use Intersystems Cache to read those flat files into MSQL tables. The Cache scripts are vendor provided and we have zero direct access to the tables. Ideally, we want to use an open…
0
votes
1 answer

How to remove CRLF characters from a flat file generated by BizTalk

Can you please tell me how to remove CRLF characters from a flat file which has been generated by BizTalk? Appreciate your quick response to this question, as we are in the middle of a critical delivery. Thanks and Regards Madhu
0
votes
1 answer

Minimalistic flatfile-based "wall" PHP app with authentication and RSS?

I am looking for an open-source minimalistic "message board" PHP software. Not a forum, more something like one simple facebook wall. The only thing a user can do is post a new message. With RSS, and able to run on flat files (no database) with…
Nicolas Raoul
  • 11,561