BookmarkSubscribeRSS Feed
katariasarthak
Obsidian | Level 7

Hi,

I have a XML file in SAS DI, and I want to run the same file to create a map and simultaneously change the <P_OFF> 0 </P_OFF> to <P_OFF> 1000 </P_OFF>  and respectively till 200,000.

 

Can the same thing be done using XML writer?

 

Thanks in advance.

 

1 REPLY 1
RonAgresta
SAS Alumni

Hi - 

 

The XML Writer transformation does not have the ability to transform data as part of the transformation itself. You will need to read the XML file in through a DI Studio job (XML libname engine), write some transformation code to change the values, then use the XML Table Writer to output the XML file. 

 

More information about the XML Writer transformation can be found here.

 

Ron

CFC_SAS_Communities_400x225.jpg

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

How to connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1883 views
  • 0 likes
  • 2 in conversation