Viewing source data
After you import or append contacts (or call rows), you often need to check that the file landed correctly — column names, phone formats, row counts. CXGear shows that source data on the Data tables page, not on Records.
Source data vs Records
Section titled “Source data vs Records”| Place | What you are looking at |
|---|---|
| Data tables → Show data | Raw / source rows you imported or ingested |
| Records | Outcomes after a spinner runs (disposition, AI text, timing) |
If you open Records expecting your full CSV, you will be confused. Records only appear after jobs process rows, and they focus on results for operations — not every column from the import.
This split keeps ops screens fast and focused while data teams can still inspect the full table.
How to show data
Section titled “How to show data”- Open the project.
- Go to Data tables.
- Find the table that already has data (after Import or Append).
- Click Show data.
A preview panel opens below the list (not in a separate page and not on Records). Click Hide data to close it.
src/assets/screenshots/35-show-data.pngPagination
Section titled “Pagination”Large tables do not load every row at once. Use the pagination controls in the preview panel to move page by page. That keeps the browser responsive when you have thousands of contacts.
Tips:
- Spot-check the first page after import (headers and sample values)
- Jump toward the last pages if you appended and want to confirm new rows
- Fix bad files with a corrected Append or a fresh table — do not expect Records to “fix” source data
What you should verify
Section titled “What you should verify”Before you publish a spinner:
- Row count looks right
- Phone / email columns are populated
- Metadata fields are set so only the columns automation needs enter the pipeline (see Metadata fields)
Columns that are not metadata still appear in Show data, but spinners will not see them.
Success looks like
Section titled “Success looks like”- Show data opens a grid under the tables list
- You can page through rows without leaving Data tables
- Records stays empty (or only shows prior runs) until you run a spinner
- After a run, Records shows outcomes while Show data still shows the original source rows
Common problems
Section titled “Common problems”| Symptom | Likely cause | What to do |
|---|---|---|
| No Show data button | Table has no rows yet | Import or append first |
| Looking on Records for the CSV | Wrong page | Use Data tables → Show data |
| Spinner cannot see a column | Column not selected as metadata | Open Metadata and include it |
| Append rejected | Column mismatch with first import | Match headers exactly |