RHINO111
3-28-06, 09:36 AM
I'm using Unicode letters, english, and numerals for my data. There are 5 Columns of information with a few thousand rows. The layout is:
Unicode, Numerals, Text, Text, Numerals
When some one searches for an english word on my web page I want the Unicode information along with the entire row it shares. Seems simple enough.
It's currently in an Excel sheet. I saved it as a "text" file with Tabs not commas. The .txt is saved as utf-8 format to support the unicode letters.
When i try to import this text file into the "powweb mysql" section it spits out all kinds of syntax errors among other things. What are the rules for my data to be read properly in the .txt format?
So do I need CSV, Tabs, etc... What are the no no's for data to be imported correctly. I am not a programmer so please in easy to understand terms.
Thanks for any help
Unicode, Numerals, Text, Text, Numerals
When some one searches for an english word on my web page I want the Unicode information along with the entire row it shares. Seems simple enough.
It's currently in an Excel sheet. I saved it as a "text" file with Tabs not commas. The .txt is saved as utf-8 format to support the unicode letters.
When i try to import this text file into the "powweb mysql" section it spits out all kinds of syntax errors among other things. What are the rules for my data to be read properly in the .txt format?
So do I need CSV, Tabs, etc... What are the no no's for data to be imported correctly. I am not a programmer so please in easy to understand terms.
Thanks for any help