Hi

I am currently having an issue with the string to unix plugin when uploading a csv with a small amount of records , for some reason the date string is not converted and the field in the database where the timestamp is supposed to be added is blank.

Steps taken that to replicate the issue

1. Create a csv to be used in an import with a small amount of records for example 6.
2. Import created CSV.

Current result

After the csv is import the database table that is supposed to be updated with the records in the CSV has the new records but the field where is the timestamp is supposed to be is left blank.

Comments

colinam1992 created an issue. See original summary.

twistor’s picture

Category: Bug report » Support request
Status: Active » Postponed (maintainer needs more info)
Issue tags: -plugins

What does the string that you're converting look like?

colinam1992’s picture

it is a date in british format i.e for 1st september 2015 it would be 01/09/2015

the convert works when the csv has several records , but when there is a small amount of records in the csv ie less than 10 it doesnt work.

If you need anymore info just let me know