473,602 Members | 2,846 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Fixed-Width Text Format

Hey

I'm wondering how the Fixed-Width Text Format is

What I know is that the top line in this text format will contain column
names. and each row beneath the top line represent for example a row in a
table etc...

But does fixed-with mean that every column has a fixed with: for example
first column is 10 char wide and second column is 30 char wide?

or does fixed-with mean something else?

I ask as I'm learning MIIS, and now are trying to import a flat file into
MIIS.

Jun 27 '08 #1
4 3980
On Tue, 27 May 2008 13:27:14 -0700, Jeff
<it************ @hotmail.com.NO SPAMwrote:
I'm wondering how the Fixed-Width Text Format is
Um. Some context would be helpful.
What I know is that the top line in this text format will contain column
names. and each row beneath the top line represent for example a row in a
table etc...

But does fixed-with mean that every column has a fixed with: for example
first column is 10 char wide and second column is 30 char wide?

or does fixed-with mean something else?
I would guess that "fixed-width" means just that: a fixed width. That is,
one that doesn't change.

But, in what context are you asking the question? Where are you seeing
"Fixed-Width Text Format"? How is this used? It's entirely possible that
it means each column has its own fixed-width, or it could mean that all
columns have the same fixed-width. I don't see any way to tell the
difference unless you explain better the context.
I ask as I'm learning MIIS, and now are trying to import a flat file into
MIIS.
What's MIIS? Microsoft Identity Integration Server? That's the top
result on the MSDN search. How does that have anything to do with
fixed-width text formats, table displays etc.?

You will get much better answers if you don't assume we're mind-readers.
:)

Pete
Jun 27 '08 #2
What's MIIS? Yes it is Microsoft Identity Integration Server.
I'm learning MIIS 2003

In MIIS I can import data which are stored in flat files. 2 types of flat
files are supported:
delimited files and fixed-width files.

I think fixed-width, means that each column has a fixed width... I'll do
some more research around this. Read more in the MIIS documentation etc
Jun 27 '08 #3
Basically, a fixed width file format is a file layout that has the size of
each column predetermined when the file was generated.

Column A: 11 characters
Column B: 2 characters

And so on, when compared to a delimited file - delimited files use
characters in between each field to determine the stop and start positions
within the file to locate the columns whereas a fixed width file does not.
Fixed width files generally pad the rest of the column length with spaces to
ensure the layout remains consistent.

Fixed-width sample (using the above layout)
A1234567 AA
A2345678 BB

Delimited sample:
A1234567,AA
A2345678,BB

Delimited files generally also have what is known as text qualifiers around
them to further help locate the fields (in situations where the delimiter is
actually used as part of the field such as addresses).

Delimited sample with text qualifier:
"A1234567", "AA"
"A2345678", "BB"

HTH

"Jeff" <it************ @hotmail.com.NO SPAMwrote in message
news:uA******** ******@TK2MSFTN GP05.phx.gbl...
What's MIIS? Yes it is Microsoft Identity Integration Server.
I'm learning MIIS 2003

In MIIS I can import data which are stored in flat files. 2 types of flat
files are supported:
delimited files and fixed-width files.

I think fixed-width, means that each column has a fixed width... I'll do
some more research around this. Read more in the MIIS documentation etc
Jun 27 '08 #4
On Tue, 27 May 2008 15:27:22 -0700, Jeff Winn <jw***@nospam.c omwrote:
Basically, a fixed width file format is a file layout that has the size
of each column predetermined when the file was generated.
That's a fine general-purpose description. My guess is that the OP is
already familiar with the basic concept.

But can you tell us (well, him :) ), in the context of MIIS, when it
imports files in a fixed-width format, does MIIS support fixed-width files
where each column has its own width, or does each column need to be the
same width? More importantly, can you point to the place in the
documentation where this is specifically described?

Granted, I'm just guessing. But I think that sort of information would be
a lot more helpful to the OP than a general description of what a
fixed-width text file is.

Pete
Jun 27 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
17704
by: Paul Trautwein | last post by:
I'm trying to get an image to float in a window despite scrolling. I've gotten it to work on my Mac using IE 5.2, Netscape, and Safari, but it goes wonky when I test it on a PC. (testing with IE only at the moment.) Positioning is wrong, and it doesn't float at all. Here's a test page: http://www.bdiusa.com/mirrors/test.html I've tested the code using the CSS Validator on the W3 site - and it said it's okay.
6
5398
by: Mason A. Clark | last post by:
Masters: On two or three-column layouts, one column often has a list of links. Scrolling the page hides them. I'm aware there's supposed to be the ability to fix the column (frame-like). I have some bits of such code but haven't yet made it work well. Question: Why have I never seen an example on the web? Not that I've seen everything, but I've seen numerous pages
2
5002
by: hq105862 | last post by:
Hi, Is it possible to simulate frames behaviour with CSS? Currently, I've used CSS to create the visual look of my old framed site. For this I've used styles that place the images at absolute positions. Then I thought, if I fixed the image positions, the images will stay put and the 'body' will scroll up, like in frames.
2
4211
by: Jonathan Carmichael | last post by:
I'm trying to create a fixed, no-repeat, centered background image using an external css. Everything works great until I add background-attachment: fixed then it just doesn't show the image at all. I've tried it using the "all in one" {background: url(SGsmall.jpg) no-repeat center fixed}
2
11190
by: coz | last post by:
I created a wrapper class for a dll written in C. Will the following code prevent the "ENTIRE ARRAY" from being moved, not just the first array element? The Wrapper class will be instantiated in a VB .NET application which doesn't have the ability to prevent the array from being moved. Thanks in advance, coz public class Wrapper {
3
2738
by: Chris Dunaway | last post by:
I was using .Net Reflector to look at some methods in the String class and found this one: Friend Sub AppendInPlace(ByVal value As Char*, ByVal count As Integer, ByVal currentLength As Integer) Dim local1 As Char* Fixed local1 = AddressOf Me.m_firstChar Dim num1 As Integer For num1 = 0 To count - 1 local1((currentLength + num1)) = value(num1)
4
11167
by: Otie | last post by:
Hello, I am using the MSFlexGrd Control in VB5. I have 1 fixed row and one fixed column. I am trying to do a sort when the user clicks a column in the FIXED ROW. But when I capture the row number in the click event I get row = 1 if I click on the FIXED row OR the actual row 1. How can I get the grid control to tell me when the user has clicked on the FIXED row and not on row 1 (since they both produce row = 1 and I cannot tell them apart...
2
9757
by: Eric Lindsay | last post by:
Googling suggests that IE7 may support position: fixed; I think this might be handy for some pages I want to do. Does anyone have any comments about whether fixed should be considered for use on new web pages? -- http://www.ericlindsay.com
1
9408
by: Rick Knospler | last post by:
I am trying to convert a vb6 project to vb.net. The conversion worked for the most part except for the fixed length strings and fixed length string arrays. Bascially the vb6 programmer stored all form data in a fixed length structure that is written direct to disk. I need to load the existing files, into a fixed length structure to initialize the form data within the project. I am running into problems with statements like the...
15
2699
by: ingejg | last post by:
I am starting to study internet synchronization, and my head is still spinning since internet is not my forte, however my boss is breathing down my neck at the moment. Our company has only one server with fixed IP address provided by our ISP, while the other sites (which I wish in the future hold the replicas databases) have only standard internet connections with Dynamic IP (which means that they change IP addresses, as given by the ISP...
0
7993
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
7920
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8401
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8268
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6730
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5440
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3900
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
3944
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1254
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.