2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this case, we are matching data from a file to data in a database. There is no specific requirement on names. All that is necessary is that the columns belonging to a table in the database must be mapped by the user to the columns defined in the file. For example, the below table matches the columns of a table named Account (see below Preliminary Steps) with the fields in the file.

Panel
Example

The following is an example of a file that can be transferred to a database:

Image Added


Panel

Preliminary Steps (Database preparation):

...