Hi,
I was wondering if someone could please help me. i am trying to store the results of running the open source Rifiuti tool in a .csv file so i can read it into a java table. The problem i am having is that when i output it to a .csv file everything gets stored in one column. Does anyone know how to output it to a .csv file so that the details are actually delimited by a comma and they get stored in their own column under the correct heading.
any help would be greatly appreciated.
Scoobshin
I ran through the tool this morning again, and found an error.
The syntax information shows the '-d' switch, but the text file says it's '-t'…so I tried '-t' and that worked
rifiuti -t, <filename>
That's "-t", immediately followed by a comma (w/o the quotes).
HTH,
H
Hi keydet89,
Thanks very much for replying. You're a star ) That worked brilliant.
i am now trying to get it to work with foremost but it doesn't seem to like "-t",.
do you know if formost has an equivalent to this for storing results in a .csv file.
Thanks again for you help, it was greatly appreciated.
Scoobshin.
Scoobshin,
foremost -h
see what you see…I'm looking at foremost v1.0 on a Windows system, and there doesn't seem to be any kind of option for formatting the output.