Source: factory.service/package.fullhouse/ObjServiceImportParser.py
CSV file import parser for FullHouse.
Reads parser configurations from def_service_parser,
scans directories for matching CSV files, extracts
parameters from filenames, parses rows, and bulk-
...
| Method | Signature | Description |
|---|---|---|
| patch_param | patch_param(text: str, depth: int = 0) -> str |
Replace service and file placeholders. |
| scan_input | scan_input(service_code: str = '') -> int |
Run the import pipeline for a service code. |
| process | process(context: dict) -> dict |
Workflow entry point for CSV import. |
| run_workflow_direct | run_workflow_direct(guid: str = '', param1: str = '', param2: str = '', param3: str = '') -> str |
Legacy workflow direct entry point. |
| Connect | Connect() |
Legacy Connect interface. |
| Send | Send() |
Legacy Send interface. |
Run CSV import for a service code.