Append from
- Ctrl-A
Allows you to append data from DBF or TXT file to the current database.
When you append data from DBF-file and fields have different types of fields, CDBF converts them automatically.
When you append data from TXT-file, you can select one of two methods:
- Delimited with...
Information in a file is delimited with the specified characters. It's possible to specify one more symbol.
\t = Tabulation character. - SDF
Information in a file is located without any delimiters.
When you append data from DBF-file, you can specify which field from the first table is in the second one. For example:
ZIP=ZIPCODE
NAME=FIRSTNAME
- Delimited with...