Focal Point
Grouping column headers in CSV

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/8121017442

August 31, 2007, 08:54 AM
<Janani>
Grouping column headers in CSV
Hi,
Is it possible to group column headers in CSV?

eg: C
----------
A | B
----------
P1 10
P2 20

C-> Common column Header
A,B-> column headers
P1,P2->data
August 31, 2007, 12:53 PM
ypatel
Do u want to concatinate two columns A & B ?

Define file XYZ
C\format = A | B ;
END
TABLE FILE XYZ
PRINT C AS 'C'
END

A,B,C are fields.


-Yogesh Patel
------------------------------------------------------------------------
PROD: WF 764 on Linux Apache tomcat v5.5
DEV: WF 768 on Linux