BookmarkSubscribeRSS Feed
NagarajHublikar
Calcite | Level 5

Hello All, 

I need to read a external file dynamically without using the File Reader Transformation in SAS DI Studio. Instead of File reader I need to write one USER WRITTEN TRANSFORM which should read the extern file (remember that the structure of the external file is not same as user might select any of the extern files).

The requirement is somethig like this

      1) User will drag any one of the external metadata file

      2) User will connect file to User Written Transfomation

      3) Run the Job

  And also as per requirement cannot use User Written Code .

I tried to find the other ways but didn't get any solution for this ...

Someone pls help me on this.

Thanks and Regards,

Nagaraj

3 REPLIES 3
LinusH
Tourmaline | Level 20

First question: why?

Why can't you use the standard File Reader?

What is the "real" requirement?

Are there any limits on what kind of files that can be used? Sounds like you are about to build an even more dynamic interface than the existing ones. It can surely be done, by some extensive macro programming. But the UI will probably not be as neat as the corresponding Java transformations.

Data never sleeps
NagarajHublikar
Calcite | Level 5

Exactly even I don't no the reason but this what our business wants. and there are no any such limits on type of files (most of them we used to have csv files).  

LinusH
Tourmaline | Level 20

It would be easier to understand if we know the business case.

As a general recommendation: don't go there...

Use supplied transformation where it's feasible.

Create User Written Transformations for specific (and common) file types that is not supported with standard transforms.

For odd/seldom used file types, use User Written Code.

Data never sleeps

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 955 views
  • 0 likes
  • 2 in conversation