Problems with EURO symbol in a data flat file

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Problems with EURO symbol in a data flat file
# 8  
Old 09-19-2013
Sure this is your output? I can't see any extended ASCII char in it.
# 9  
Old 09-19-2013
here is my file output with hexdump
Code:
0002110 39a4 3939 54a4 4152 534e 465f 5054 505f
0002120 5753 30a4 31a4 36a4 3644 3634 3645 3739
0002130 3633 3234 3334 a431 4436 3436 4536 3936
0002140 3337 3436 3432 3133 a4a4 6ca4 7872 6478
0002150 3035 5f32 444e 5557 3032 5f35 3030 5f31
0002160 3331 3032 3135 3136 5f32 6164 6174 705f
0002170 6f72 5f63 6170 6d72 5f73 696c 7473 642e
0002180 7461 32a4 3130 3033 3139 0a33 646e a477
0002190 3631 3939 a437 3331 3030 a438 3032 3331
00021a0 3130 3830 31a4 3033 3830 32a4 3130 3033
00021b0 3031 a438 3331 3032 a435 3032 3331 3730
00021c0 3432 6da4 6ca4 7872 66a4 39a4 3939 54a4
00021d0 4152 534e 465f 5054 535f 5652 4e5f a44d
00021e0 a430 a431 6c74 3072 a431 6c74 3072 a431
00021f0 a4a4 726c 7878 3564 3230 4e5f 5744 3255
0002200 3530 305f 3130 315f 3233 3530 3631 3231


Last edited by Franklin52; 09-20-2013 at 09:39 AM.. Reason: Please use code tags
# 10  
Old 09-20-2013
Sorry, you lost me. That file does not translate to any meaningful output unless you use a non- ASCII char set. If it were some kind of ASCII, it had EURO symbols all over the place, and no col separators nor new line chars.
Please start over, present your problem, what you have gotten, and what you want/need, backed up by meaningful samples.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Getting data from a flat file based on condition

Hi, I have a flaty file from which i am fetching few columns in tablular form as below code. Now i want to fetch the column 6 and 7 in below code only if it either of them is non zero.However below startement awk -F, '$6==0 && $7==0{exit 1}' ${IFILE} is not working..Not sure where is the... (36 Replies)
Discussion started by: Vivekit82
36 Replies

2. Shell Programming and Scripting

Data is available or not in a flat file generated by Oracle

Hello, please help me an the below issue. i need to check whether data is available or not in a flat file generated by oracle (sometimes sql didn't any records) to overcome this. without opening flat file. Thanks....... (1 Reply)
Discussion started by: mahesh1987
1 Replies

3. Shell Programming and Scripting

Reading XML data in a FLAT FILE

I have a requirement to read the xml file and split the files into two diffrent files in Unix shell script. Could anyone please help me out with this requirement. Sample file --------------- 0,<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Information... (3 Replies)
Discussion started by: kmanivan82
3 Replies

4. UNIX for Dummies Questions & Answers

Normalize Data and write to a flat file

All, Can anyone please help me with the below scenario. I have a Flat file of the below format. ID|Name|Level|Type|Zip|MAD|Risk|Band|Salesl|Dealer|CID|AType|CValue|LV|HV|DCode|TR|DU|NStartDate|UserRole|WFlag|EOption|PName|NActivationDate|Os|Orig|Cus|OType|ORequired|DType 03|... (10 Replies)
Discussion started by: sp999
10 Replies

5. Shell Programming and Scripting

Extracting data into flat file thru unix

Hi, I need to extract a oracle staging table to a flat file thru unix batch process.We are expecting more than 4million records in the table.I know I can do it using "UTL_FILE" .But,since "UTL_FILE" takes a lot of time I am looking for better options.Can any body suggest some better options? ... (3 Replies)
Discussion started by: Beena
3 Replies

6. Linux

Euro - Symbol with enscript

Hello List, I am new in this forum. I have a problem with enscript and I am searching for about one year for a solution: We are using enscript and ghostscript to create pdf-Documents with our Software running on linux server. To print the EURO Symbol on a fixed place I can change the... (1 Reply)
Discussion started by: stefan2907
1 Replies

7. Shell Programming and Scripting

Load data from a flat file to oracle.

I have a flat file with records like Header 123 James Williams Finance2000 124 Pete Pete HR 1500 125 PatrickHeather Engg 3000 Footer The structure is: Eno:4 characters Name:8 characters Surname : 9 characters Dept:7 characters Sal:4characters These are sample... (1 Reply)
Discussion started by: Shivdatta
1 Replies

8. Shell Programming and Scripting

inserting data into a table from a flat file

Hi, I want to insert data into a table from a flat file, the file is having around 25 columns and some 10,000 records. The columns values are seperated by a space. Thanks (1 Reply)
Discussion started by: ss_ss
1 Replies

9. UNIX for Dummies Questions & Answers

Problems with sed and flat file variables

Hello All, It has been a loooooooooooong time since I had last used sed but decided to use it for a simple task I have . My goal is to use sed to read variables from a flat file then use those same variables in order to make some subsitutions. However what I am finding is that when the... (1 Reply)
Discussion started by: icalderus
1 Replies

10. Shell Programming and Scripting

Help with Data Positioning from Columns in a flat file.

Hi All, I have used this forum many times to solve my many scripting problems. This time, I would like to seek some answers to a problem that I've been head scratching quite a bit on. My Example: I am converting a 2000-byte file into a 300-byte file this file has no delimiters and hardly any... (3 Replies)
Discussion started by: oott1
3 Replies
Login or Register to Ask a Question