Jump to content

This topic is 5717 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a number of records that were originally imported from text files and have kept the "" on the text.

I am looking for a way to remove the leading and trailing quotes" from about 18 fields and about 30,000 records.

I have contemplated just removing them all - but I have a lot of measurements (1-1/2" etc.) that I would have to replace after.

Any ideas short of pulling all the data to excel and editing each record?

Posted

OK, then how about showing all records and replacing each field's contents with a calculation =

Case (

Left ( Field ; 1 ) =""" and Right ( Field ; 1 ) = """ ;

Middle ( Field ; 2 ; Length ( Field ) - 2 ) ;

Field

)

Make sure you have a backup before trying this.

This topic is 5717 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.