Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Find and Replace in Impromtu

Status
Not open for further replies.

ooch1

MIS
Nov 4, 2003
190
GB
I am trying to export a file to csv, but in one of the columns there are commas so it is throwing out all the columns.

Can some please let me know whether there is a funtion etc that will enable me to find and replace all these commas?
I have tried the lookup function but this only works for entire values???

OOch
 
I'm using V7.3 and this has a Replace function

Syntax: replace (string_exp1, string_exp2, string_exp3)
Replaces all occurrences of string_exp2 in string_exp1 with string_exp3.

HTH

Gary Parker
MIS Data Analyst
Manchester, England
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top