You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to download and parse the BulkAssetGroup object, the SDK throws an error related to the Start Date column.
[ERROR] [BulkServiceManager.EntityReadException] Couldn't parse column Start Date of <class 'bingads.v13.bulk.entities.bulk_asset_group.BulkAssetGroup'> entity: unconverted data remains: 00:00:00 See ColumnValues for detailed row information and InnerException for error details.
It cannot process the Start Date column when the format is YYYY-MM-DD HH:MM:SS. It appears the BulkAssetGroup expects the date format to be YYYY-MM-DD
Probably the same issue with End Date
Or is it a bug with CSV generation?
If the issue is the date format, then Suggested Fix:
Update the BulkAssetGroup to handle datetime formats in the Start Date and End Date columns.
When attempting to download and parse the
BulkAssetGroup
object, the SDK throws an error related to theStart Date
column.It cannot process the
Start Date
column when the format isYYYY-MM-DD HH:MM:SS
. It appears theBulkAssetGroup
expects the date format to beYYYY-MM-DD
Probably the same issue with
End Date
Or is it a bug with CSV generation?
If the issue is the date format, then
Suggested Fix:
Update the
BulkAssetGroup
to handle datetime formats in theStart Date
andEnd Date
columns.Environment:
Let me know if you'd like any further refinements!
The text was updated successfully, but these errors were encountered: