Raheman
Member since Nov 30, 2012
- Profile: /members/10465-raheman.htm
- Comments: 3
Recent Blog Comments By Raheman
-
Reading In File Data One Line At A Time Using ColdFusion's CFLoop Tag Or Java's LineNumberReader
Posted on Dec 3, 2012 at 3:06 AM
how to reads one line from an input file, does some processing on it, and writes the resultant data to the same line in the same file. suppose the line contains the data in delimiter format,I want to change the data in 17 th delimiter then how to add the modified data in the same location(17 th deli... read more »
-
Reading In File Data Using ColdFusion 8's New File Functions
Posted on Nov 30, 2012 at 8:47 AM
how to get the file data line by line in cold fusion? My file contains the data in |(pipe) delimiter format and In that file How I need to get the 17th delimiter value and how to change that column value in the same line and how to add that modified value in the same line Can you pls post the samp... read more »
-
Reading In File Data One Line At A Time Using ColdFusion's CFLoop Tag Or Java's LineNumberReader
Posted on Nov 30, 2012 at 8:42 AM
In a file contains the data as |(pipe) delimiter format and the file contains 50 rows. In that file each line 17 th | delimeter data I want, and How to change that 17th column data in same line and how to store that data in to same line in the same file. can you pls post the sample codes for the ab... read more »