This defines where to find your data file and how to read it. You'll specify the file's name and location, its format (e.g., CSV, JSON), and other details like date formatting.
2. Data Processing
This section controls how the data is handled before being matched. You can apply optional Data Transformations here to restructure complex XML or JSON files, or define a sort order for your data rows.
3. Person Matching Rules
These rules tell the system how to connect each row in your file to the correct person in the system. You'll specify which column in your file contains a unique identifier (like a Student ID) and which field in the application it should be matched against.
4. Record Matching Rules