Search found 3 matches

by jmbarnet
Thu May 11, 2006 10:03 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Performing mathematical operations
Replies: 1
Views: 7291

Performing mathematical operations

I need to alter some values in a CSV table when certain conditions are met. I tried using the character math filter and that just put out strange symbols in front of the number I was trying to change. I was thinking about using JScript to do it but I don't know how to reference the value being read....
by jmbarnet
Thu May 11, 2006 10:01 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Removing whole lines if one CSV Field meets a condition
Replies: 1
Views: 7086

Nevermind, I figured out a way to do it :D .
by jmbarnet
Thu May 11, 2006 2:26 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Removing whole lines if one CSV Field meets a condition
Replies: 1
Views: 7086

Removing whole lines if one CSV Field meets a condition

I'm using textpipe to change some CSV files. If a specific field is empty, I need to delete the entire line. I tried using restrict filters to look at the specific fields only and when I do remove all it only deletes the lines inside of that field. Here is some sample input: ABC123,123456,12/6/2005,...