Proastro need this file to find out the database you want to export to and the fields and tables you want to fill with Proastro internal data (from horoscope files).
The ini file must have the following syntax:
(Bold text are key words, italic text are values depending on your database.)
[Table1]
Proastro Field_name 1 = Database field name 1
Proastro Field_name 2 = Database field name 2
.
.
.
Proastro Field_name n = Database field name n
[Table2]
Proastro Field_name 1 = Database field name 1
Proastro Field_name 2 = Database field name 2
.
.
.
Proastro Field_name n = Database field name n
[Tablen]
Proastro Field_name 1 = Database field name 1
Proastro Field_name 2 = Database field name 2
.
.
.
Proastro Field_name n = Database field name n
These sections have key value like this:
Proastro Field = Database Field
Where Proastro Field is a name known by Proastro to be a data it can export, and Database Field is a field name in your database.
For example,
[Ayanamsa]
Zero JD ET = ZeroYear
Will export the Proastro Zero Year value for the horoscope to the ZeroYear field in the Ayanamsa table.
[Ayanamsa]
id = idHoroscope
Ayanamsa = Ayanamsa
Zero Year = ZeroYear
[Houses Positions]
id = idHoroscope
Longitude Degrees House1 Sign Direction = H1
Longitude Degrees House2 Sign Direction = H2
Longitude Degrees House3 Sign Direction = H3
Longitude Degrees House4 Sign Direction = H4
Longitude Degrees House5 Sign Direction = H5
Longitude Degrees House6 Sign Direction = H6
Longitude Degrees House7 Sign Direction = H7
Longitude Degrees House8 Sign Direction = H8
Longitude Degrees House9 Sign Direction = H9
Longitude Degrees House10 Sign Direction = H10
Longitude Degrees House11 Sign Direction = H11
Longitude Degrees House12 Sign Direction = H12
House division type = HouseType
[Birth Status]
Name = Name
First Name = FirstName
Sex = Sex
Year = Year
Month = Month
Day = Day
Hour Decimal = HourTU
City Name = City
City Longitude Hour Decimal = LongitudeHours
City Latitude Decimal Degrees = LatitudeDegrees
id = idHoroscope
See Also: