The file/table upload feature used by some Exoplanet Archive services is connected to a database that imposes some formatting and structural constraints on input files. This document describes these constraints in detail.
Due to database restrictions: table file names can be no more than 40 characters and use only letters, numbers or underscores ("_"). File
names are case-insensitive, may not begin with a number and should not contain any
spaces.
Examples of valid names:
Seyferts.tbl, MyListJ2k, LBD4_16A.dat
Examples of invalid names:
PleaseGoALongWithTheseFileNameConventionsForThisService.tbl
(too many characters), 2mass.tbl (begins with
a number), my file name (contains spaces).
Caution:
The database treats "MyTable" and "mytable" as the same table
name, because table names are case-insensitive.