Customizable Import Type
Posted: Thu Jun 21, 2018 11:12 pm
Using the Data Manager > Import tab one can import historical data files. ArthaChitra natively too supports import of tick, minute and day format data as described in the help files. However the limitation of the same is that data (which is to be imported) has to be in a certain format. Since ArthaChitra exposes the Import Type scripts, coders can easily built their own custom script to import historical data of their preferred format. However this may not be a viable option for non-coders.
The CustomizableImportType user code resolves this scenario by providing an GUI which lets the user to customize, according to the available data.
How to use the CustomizableImportType
You can edit the script from:
The CustomizableImportType user code resolves this scenario by providing an GUI which lets the user to customize, according to the available data.
How to use the CustomizableImportType
- In Main View menu bar goto Settings > Data Manager > Import tab
- From the Drop down itmes select CustomizableImportType, which will also populate the GUI
- Now customize the properties as per the data you wish to import
- Once the data is formatted, click on the Import button to import the data files.
- Click the Save Settings button to save the properties for future use.
- Please click here to know about the standard c# dateTime formats
- Please click here to know about the standard C# timeSpan formats
- Download the CustomizableImportType.zip file
- In Main View menu bar goto Settings > SharpScript > Import
- In the Select file dialog select the downloaded file and click on Open
You can edit the script from:
- In Main View menu bar goto New > SharpScript > Edit
- In the new dialog select Import Type from the drop down item at the top
- Select CustomizableImportType user code
- Click Ok