Guest_imported
New member
- Jan 1, 1970
- 0
I need to remove/empty fields that contain any extended characters.
Something along the lines of
if($3 "contains any characters >0x7f"
$3 = ""
Out of my depth here I'm afraid.
I've got 80,000 records to import into a database and need to clean this one particular field - any help much appreciated.
Adi.
Something along the lines of
if($3 "contains any characters >0x7f"
$3 = ""
Out of my depth here I'm afraid.
I've got 80,000 records to import into a database and need to clean this one particular field - any help much appreciated.
Adi.