-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Affects Version/s: 5.12.29, 10.3.13, 11.2.0
-
Component/s: Assets - Object, Type and Schema
-
Severity 3 - Minor
Issue Summary
When conducting an assets import, integers representing a datetime in Unix Epoch time format with second, millisecond or microsecond precision do not parse, resulting in an empty datetime on the assets object.
Steps to Reproduce
- Create a new empty assets object schema and assets object type, which includes a new attribute of type 'DateTime'

- Construct a csv with the following content
name,integer_datetime_representation
"Test Object",638292024000000

(Representing a date in year 1990 when parsed in Unix Epoch format, with microsecond precision)
- Create a new csv import configuration for the new assets object schema, uploading the above csv file (all other configuration can remain unchanged).

- Create an object type mapping to the new csv import (all configuration in the create modal can remain default), set data locators and matching assets attributes after creation.

- Run a sync.


- Review the newly imported assets object.
Actual Results
Created assets object does not have a datetime set.


Expected Results
The datetime is correctly parsed and set on the new assets object.

Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
Versions Tested
Please confirm all versions that have been tested for this issue, and indicate whether the tested version is affected or not affected, below:
| Testing Requirements | Version | Affected Version |
|---|---|---|
| Customers Reported Version | ||
| Most Recent Bug-Fix Release | ||
| Previous Major Release | ||
| Most Recent LTS | 11.3.0 | No |
| Previous Supported LTS | 10.3.13 | Yes |
| Previous Supported LTS | 5.12.29 | Yes |
| Other Versions.. | 11.2.0 | Yes |
| (Add rows as needed) |
- relates to
-
JSDSERVER-16315 Epoch format date values imported from a database into asset object attributes are incorrect
-
- Closed
-
-
JSDSERVER-16451 When conducting an assets import, integers representing a datetime in Unix Epoch time format with nanosecond precision are incorrectly parsed using the WindowsNT datetime parser
-
- Gathering Impact
-
- links to
- mentioned in
-
Page Loading...