1

I Am having an tool which is developed in C# to fetch data from Tally to my local database.

As of now I am manually loading the TDL file in Tally and then fetching data from C#.

But is there any way to load TDL file automatically to Tally through my C# code?

Gokul Kannan
  • 53
  • 2
  • 14

2 Answers2

1

If you have Tally Developer license you can convert TDL to XML and send to Tally

enter image description here

If you don't, then you need to manually convert TDL to XML, which is pretty much time-consuming

Example XML for custom group report where TDL is send in XML

Note : This custom TDL reports are generated through TallyConnector`s upcoming feature which converts C# objects to TDL in XML which is not fully tested yet

sai vineeth
  • 891
  • 2
  • 5
  • 11
1

No we cant automatically load the TDL file by 3rd party software.

Gokul Kannan
  • 53
  • 2
  • 14