GnuCash c935c2f+
Loading...
Searching...
No Matches
Functions
assistant-csv-trans-import.h File Reference

CSV Import Assistant. More...

Go to the source code of this file.

Functions

void gnc_file_csv_trans_import (void)
 The gnc_file_csv_trans_import() will let the user import the account tree or transactions to a delimited file.
 

Detailed Description

CSV Import Assistant.

Author
Copyright (c) 2011 Robert Fewell

Definition in file assistant-csv-trans-import.h.

Function Documentation

◆ gnc_file_csv_trans_import()

void gnc_file_csv_trans_import ( void  )

The gnc_file_csv_trans_import() will let the user import the account tree or transactions to a delimited file.

Definition at line 2310 of file assistant-csv-trans-import.cpp.

2311{
2312 auto info = new CsvImpTransAssist;
2313 gnc_register_gui_component (ASSISTANT_CSV_IMPORT_TRANS_CM_CLASS,
2314 nullptr, csv_tximp_close_handler,
2315 info);
2316}