Top "Fixed-length-record" questions

c# fixed length string

I need to generate a text line with a fixed lenght: What I have right now is: StringBuilder _sb = new …

c# string fixed-length-record
Is there an smart way to write a fixed length flat file?

Is there any framework/library to help writing fixed length flat files in java? I want to write a collection …

java flat-file fixed-length-record fixed-length-file
Limiting the column data width to fixed size in Bootstrap 3

I am using Bootstrap 3 responsive tables for showing the data. However, One of column is having huge data compare to …

html css twitter-bootstrap twitter-bootstrap-3 fixed-length-record
Java fixed-width file format read/write library

I'm looking for a good Java library that easily allows the read/write of fixed-width files. Needed for maintaining legacy …

java file fixed-length-record
Creating a fixed length output string with sprintf containing floats

I'm trying to create a file which has the following structure: - Each line has 32 bytes - Each line looks …

c floating-point printf fixed-length-record
Writing to a text file C#

I have the following values A = 1, B = (NULL of 7 characters), C = denimRocks , D = Yes789, E = (NULL of 2 characters), F = ATR. …

c# asp.net text-files fixed-length-record