Import CSV (timesheet) with CustomFields (MetafieldsBundle) #268
Closed
ramillionaire
started this conversation in
General
Replies: 1 comment 3 replies
-
If it is not documented, then the feature does not exist. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I’ve created a custom field (in timesheet) using the plugin CustomFields (MetafieldsBundle), and I'm trying to fill it using a CSV import. In this case, the custom field "Pause" was added to the timesheet, and the CSV file contains a value "00:30" for it. However, the value from the CSV doesn't get imported into the custom field — the "Pause" field in the timesheet stays empty. When I enter a value manually, it gets saved correctly, so that part works.
Here’s an example of the CSV file I'm using for the import:
Datum,Von,Bis,Dauer,Währung,Name,Benutzer,Pause
2023-01-02,07:00,16:15,8:45:00,EUR,Max Muster,Max.Muster,00:30
I'm at a loss and would really appreciate your help in figuring out what might be causing this issue.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions