ParseJHDFiles

ParseJHDFiles(stringpersonName,stringrawTextData)

Parses raw bJagannatha Hora c.jhdc file textb and converts it into a cPersonc object that can be used inside VedAstro. The method 1. splits the raw file into lines 2. extracts the birth date and decimalhour time 3. converts the custom timezone format into a usable cTimeSpanc 4. parses the location name and coordinates 5. builds a cGeoLocationc 6. builds a cTimec 7. reads the gender code 8. combines everything into a cPersonc. This is a convenience importer for bringing JHora data into the librarys own object model.

Parameters

NameTypeDescription
personName String The display name to assign to the created person.
rawTextData String The raw text content of the c.jhdc file.

Calling this method

Endpoint base: https://api.vedastro.org/api/Calculate/ParseJHDFiles

Most Calculate methods accept parameters either as URL path segments (GET) or as a JSON body (POST), keyed by parameter name. The exact request shape varies per method — see the Getting Started guide for the response envelope, StdTime format, and Ayanamsa conventions that apply across the API. Use the "Try it" panel below to build and send a real request and see the exact call this method expects.

Loading try-it widget…