Should the export headers be localized?
$rows[] = array('Id', 'Message', 'Date', 'Extension', 'User', 'Ip');
Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
Category | ⇒ | com_csp |
Labels |
Added:
J3 Issue
|
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-10-17 23:38:55 |
Closed_By | ⇒ | Quy |
I'm going to suggest no. It helps keep the data machine parsable if there is a consistent format for the headings (otherwise you're left assuming based on column count that column 3 is the date).