Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED].acx and .mas files for accessing .csv file

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED].acx and .mas files for accessing .csv file
 Login/Join
 
Gold member
posted
Hello,

Can someone please provide me the .mas and .acx code for accessing a .csv file(from sharepoint or even a folder in WebFOCUS environment) in webfocus. 2 columns should be enough. I need the syntax in .mas and .acx file.

Thank you,
Prajakta

This message has been edited. Last edited by: Prajakta,


Webfocus 8.1.0.5
Windows, all output
 
Posts: 56 | Registered: February 16, 2011Report This Post
Virtuoso
posted Hide Post
Prajakta

If you put the .csv file in one of the app folders you can create a new synonym and choose delimited file and point it to the .csv file. It will only create a .mas file no ,acx is required for a .csv.


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
 
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005Report This Post
Gold member
posted Hide Post
Thank you so much for the response!
Please note I need to create this .mas file manually. I would be grateful if you could provide an example for me to refer.

Thanks and Regards,
Prajakta


Webfocus 8.1.0.5
Windows, all output
 
Posts: 56 | Registered: February 16, 2011Report This Post
Virtuoso
posted Hide Post
Prajakta

You really shouldn't have to do this manually but here is an example of the .mas


FILENAME=POSTS, SUFFIX=DFIX ,
DATASET=C:\ibi\apps\baseapp\IP_PROFILES.csv, $
SEGMENT=POSTS, SEGTYPE=S0, $
FIELDNAME=YR_MONTH, ALIAS=DATE, USAGE=A7, ACTUAL=A7B,
TITLE='DATE', $
FIELDNAME=SEQ, ALIAS=SEQ, USAGE=P12, ACTUAL=A10V,
TITLE='SEQ', $
FIELDNAME=USER_ID, ALIAS=USER_ID, USAGE=A23V, ACTUAL=A23BV,
TITLE='USER_ID', $
FIELDNAME=EMAIL, ALIAS=EMAIL, USAGE=A35V, ACTUAL=A35BV,
TITLE='EMAIL', $
FIELDNAME=IBI_FLAG, ALIAS=IBI, USAGE=A3V, ACTUAL=A3BV,
TITLE='IBI', $
FIELDNAME=POSTS, ALIAS=POSTS, USAGE=I4, ACTUAL=A2V,
TITLE='POSTS', $


Also I was wrong about the .acx. Here is the sample for that as well.


SEGNAME=POSTS,
DELIMITER=',',
ENCLOSURE='"',
CDN=COMMAS_DOT,
CONNECTION=, $


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
 
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005Report This Post
Gold member
posted Hide Post
Thank you for the response!
This helped..!


Webfocus 8.1.0.5
Windows, all output
 
Posts: 56 | Registered: February 16, 2011Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED].acx and .mas files for accessing .csv file

Copyright © 1996-2020 Information Builders