Announcement

Collapse
No announcement yet.

importing a csv, autogenerated filenames.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    importing a csv, autogenerated filenames.

    when importing a csv with no filenames spcified causes actinic to generate filenames with spaces, converted to underscores.

    this is quite cool. but how are they generated. what about speechmarks and ampersands? what exactly is changed and what stays the same? i noticed that brackets are changed, but, does this mean all symbols are changed?

    if there are any devs/support listening, is there an algo that makes this filename?

    #2
    Any non-alphanumeric character in the section name (e.g. ' & ( ) etc.) will be replaced by an underscore. Even a '-' will be replaced. All alphanumeric characters will be kept in their original case.

    The format of these auto-generated section names are

    Store_Name_Section_Name_ID.html

    The 'Store Name' is the name assigned to the green 'Online Catalog' icon in your content tree.
    The 'Section Name' speaks for itself.
    The 'ID' is the 'Section ID Number' - which you only really see in the database.

    Comment


      #3
      perfect, thanks a lot chris.

      Comment

      Working...
      X