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

Precise data format help needed

8 Anni 4 Mesi fa #1325 da Troy Hall
Precise data format help needed è stato creato da 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.
Allegati:

Si prega Accedi o Crea un account a partecipare alla conversazione.

8 Anni 3 Mesi fa #1330 da Walt Sorensen
Risposta da Walt Sorensen al topic 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
Ringraziano per il messaggio: Andres Maeso

Si prega Accedi o Crea un account a partecipare alla conversazione.

8 Anni 3 Mesi fa #1335 da Troy Hall
Risposta da Troy Hall al topic 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

Si prega Accedi o Crea un account a partecipare alla conversazione.

Tempo creazione pagina: 0.068 secondi
Powered by Forum Kunena

We use cookies so that you can place orders and we can provide a better service. You can control the use of cookies at the individual browser level. If you reject cookies, you may still use our website, but your ability to use some features or areas of our website may be limited.