Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Flat file data source from multiple files
venkatmadh
hi
i am
very new to Birt
my problem is,
my system generates two files one is contains headers
another one contains header values
columeA coumnB
now my question is i want to show data like header1
> value1
header2
> value2
is it possible through Flat File Data source
Find more posts tagged with
Comments
mwilliams
You can just use two dataSets and then use the headers dataSet to replace the text in the header labels in your table. As for how you want it to display, can you show a more detailed diagram? Thanks.
venkatmadh
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="99122" data-time="1334602359" data-date="16 April 2012 - 11:52 AM"><p>
You can just use two dataSets and then use the headers dataSet to replace the text in the header labels in your table. As for how you want it to display, can you show a more detailed diagram? Thanks.<br /></p></blockquote>
<br />
<br />
<br />
hi<br />
<br />
birt guru<br />
<br />
i have two system generated files like i attacted, i want result like result.txt file<br />
<br />
headers.txt,headervalues.txt
> result.txt
mwilliams
So, the headers text file will have just one column, but the headervalues text file will have a variable numbers of columns? How are you handling the variable number of columns, currently?
venkatmadh
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="99264" data-time="1334768479" data-date="18 April 2012 - 10:01 AM"><p>
So, the headers text file will have just one column, but the headervalues text file will have a variable numbers of columns? How are you handling the variable number of columns, currently?<br /></p></blockquote>
<br />
<br />
Thank for quick for response<br />
<br />
<br />
still i am in confusion mode,<br />
<br />
williams , if you give some solution for it, i am so happpy
mwilliams
Can you answer the questions from my last post? Are there a dynamic number of columns in the "headervalues" text file? Or is it a fixed number? If variable, do you have a solution to bringing the values into a dataSet, yet? Please let me know! Also, let me know your BIRT version.
venkatmadh
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="99411" data-time="1334861829" data-date="19 April 2012 - 11:57 AM"><p>
Can you answer the questions from my last post? Are there a dynamic number of columns in the "headervalues" text file? Or is it a fixed number? If variable, do you have a solution to bringing the values into a dataSet, yet? Please let me know! Also, let me know your BIRT version.<br /></p></blockquote>
<br />
<br />
<br />
hi william thanks for quick response ,<br />
<br />
my "headersvalues" file contains static no of columns , i.e system every time generate same no.of columns