Transitioning from Data Connection to Tax Return Import/Export
Similarities to Data Connection
- The file format is CSV (comma separated values).
- The file extension's determined by the tax application code and tax year; for example, 2022 1065 file extensions are .PX2, and 2023 1120 file extensions are .CX3.
- The file headers including the various import flags.
- All existing form names, field names, and descriptions.
- Any enabled organizer, tax form, and workpaper fields will export; only organizer fields will import.
- All tabs on the file set workbook, including required fields, string values, navigation, etc.
- While in GoSystem, import is found under Returns Processing, then Import.
Increased functionality
- Data Connection was limited to 3 groups; fields that required 4 or 5 group numbers to specify their position weren't enabled.
- In Data Connection, the second, third, and fourth columns on the import file were used for the first 3 group numbers; in Tax Return Import/Export, they're followed by 2 additional group number columns that are used for the next 2 group numbers when applicable.
- "GENERAL OPTIONS","0","0","0","PREPARER CITY","Dallas","O"
- "GENERAL OPTIONS","0","0","0","0","0","PREPARER CITY","Dallas","O"
- "APPOINTEE INFO","0","1","0","NAME","Tommy Smith","O"
- "APPOINTEE INFO","0","1","0","0","0","NAME","Tommy Smith","O"
- "FORM 8865","1","1","0","FP ENTITY INFO REFE ID NUM","1-111","O"
- "FORM 8865","1","1","0","0","0","FP ENTITY INFO REFE ID NUM","1-111","O"
- "FORM 8825","1001","0","0","ACTIVITY NUMBER","1001","O"
- "FORM 8825","1001","0","0","0","0","ACTIVITY NUMBER","1001","O"
- "8865 FDE","1","1","1","1","0","FP 10 PC FPRTSH FORMS FILED","group data box",”O”
Import file validation
JSON file format
- SelectImport Type, and thenTax Return Transfer – JSONfrom the import and export screens to begin.
- File ExtensionThe JSON file format follows the same convention as the CSV file extension except the second character ‘X’ is replaced with ‘J’ – for example, the JSON file extension for a 1065 import file is .PJ#.