I found much material of german adjectives on this page
Link
They are splitted in alphabetical groups (A to Z including German umlauts (Ä,Ö,Ü))
I wanted this to have in one column in a *dbf
I did this to have a readable txt-file:
copied all adjectives into Notepad ++ ,
eliminated the Headlines of the group headings
added a comma to the last line of each group of letters
transformed it into an ANSI file (to make the umlauts visible and readable)
- and saved that file as a *.txt file.
with this - I hoped to get a comma-separated file to append or import that into a *dbf.
append from mynewfile.txt delimited by ,
but that appends only the first word of each line.
Then I saw that no carriage line feed is at the end of each line.
How can I have programmatically a linefeed after each adjective to read vertically into one column of a dbf? (or another method?)
Thanks
Klaus
Peace worldwide - it starts here...
Link
They are splitted in alphabetical groups (A to Z including German umlauts (Ä,Ö,Ü))
I wanted this to have in one column in a *dbf
I did this to have a readable txt-file:
copied all adjectives into Notepad ++ ,
eliminated the Headlines of the group headings
added a comma to the last line of each group of letters
transformed it into an ANSI file (to make the umlauts visible and readable)
- and saved that file as a *.txt file.
with this - I hoped to get a comma-separated file to append or import that into a *dbf.
append from mynewfile.txt delimited by ,
but that appends only the first word of each line.
Then I saw that no carriage line feed is at the end of each line.
How can I have programmatically a linefeed after each adjective to read vertically into one column of a dbf? (or another method?)
Thanks
Klaus
Peace worldwide - it starts here...