× Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues

Precise data format help needed

8 Jahre 4 Monate her #1325 von Troy Hall
Precise data format help needed wurde erstellt von Troy Hall
I have a pretty unique need in that the text that is entered MUST stay EXACTLY as entered.. no spaces can be move/lost/changed.
It's a fortran encoded 80char string and they use spaces for placeholders.
I tried using char(80) for the field type but it looked strange in the backend.. then I read that sql strips spaces on char() and to use varchar instead.. ok, so
i change it to varchar(80) and now it actually looks worse!
www.minorplanetcenter.net/iau/ECS/MPCUPDATE/this/CmtEls.txt will give you a idea of what I mean by the special and precise formatting.. notice the last 10 lines are different then the rest... those spaces in the preceding lines are CRITICAL, and will actually cause the entry to fail a validation check @ harvards space center if they are not in the right spot.
The image shows how it is looking in the admin.
In list view I need these spaces to show also.
Anhänge:

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

8 Jahre 3 Monate her #1330 von Walt Sorensen
Walt Sorensen antwortete auf Precise data format help needed
Hey Troy,

I'm wondering, do you really need to store the "entry" field in your database? Looking at it, it seems to be just a formated string of the other data in the record. If that is the case, you could just programmatically create that information when you need to display it or when you need to export to a csv, etc.

Even your year/month/day fields are technically unnecessary since those too can be parsed programmatically for display/export from your "humanDate" field

The field that I think you need to have the precision on is the designation since it can be given in a 7 or 12-character form with blanks (typically leading blanks). This might be a case where a custom field type is needed.

note: I don't know much about the data specifics for your astronomical observation records, I've just read a little while following the discussion on the Joomla forum.
what I've read...
www.minorplanetcenter.net/iau/info/OpticalObs.html
ftp://ssd.jpl.nasa.gov/pub/ssd/Horizons_doc.pdf
www.minorplanetcenter.net/iau/info/CometOrbitFormat.html

All the best,
~Walt
Folgende Benutzer bedankten sich: Andres Maeso

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

8 Jahre 3 Monate her #1335 von Troy Hall
Troy Hall antwortete auf Precise data format help needed
I'll read more.. I totally agree with a bit of understanding it could probably be left out all together.. I've been trying to learn that document and tis fairly complex LOL
I'll be doing a LOT of curl testing before I would feel comfortable dumping the actual entry

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Ladezeit der Seite: 0.098 Sekunden
Powered by Kunena Forum

Wir verwenden eigene Cookies und Cookies von Drittanbietern, um Ihr Nutzererlebnis zu verbessern und Ihnen einen optimalen Service zu bieten. Wenn Sie die Website weiter nutzen, gehen wir davon aus, dass Sie mit unserer Cookie-Politik einverstanden sind.