• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

CFFILE Write

New Here ,
Nov 30, 2006 Nov 30, 2006

Copy link to clipboard

Copied

I'm using CFFILE to write a new file to a given directory at the end of a loop that parses contents from an XML file. The name of each file is created dynamically based on output from certain nodes of the XML file.

The problem: Some of the XML content contains characters Windows won't like, of course. For example, some of the data contains "/" and "." - which is not allowed in the name of a file.

I can easily create a CFSET through each loop in order to format the output before it gets to the CFFILE - but what should that look like????

Thanks much,

Dave
TOPICS
Advanced techniques

Views

265

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Nov 30, 2006 Nov 30, 2006

Copy link to clipboard

Copied

LATEST

See the attached code.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation