I am trying to embed a Date field in the survey flow | XM Community
Skip to main content
Solved

I am trying to embed a Date field in the survey flow

  • March 22, 2018
  • 7 replies
  • 110 views

I successfully imported data into a live survey from a csv file. The first header on the csv file is the Submission Date. The import Qualtircs "Recorded Date" is correct because it's the day I imported but the date I received the imported csv files date back 6 months. I want to capture the actual date our customers submitted the survey using our old syste. I tried to create an embedded field for "Date" in the survey flow but I might have put it in the wrong place and/or set it up wrong. Has someone successfully done this and could share your knowledge. Screen shots would be awesome

Best answer by Akdashboard

@ChadM - Is your issue that you exported survey results, then imported them in to a survey and lost the historic Recorded Date because it is being overwritten with the uploaded date? If so, what you need to do is add a new embedded data field to your survey flow (call it ActualRecordedDate or whatever) then re-import your csv and map the previous Recorded Date to this new field. I would also recommend making (ActualRecordedDate) equal to Recorded Date using piped text in the survey flow. That way you always have one field to reference.

7 replies

Akdashboard
Level 4 ●●●●
Forum|alt.badge.img+6
  • Level 4 ●●●●
  • Answer
  • March 22, 2018
@ChadM - Is your issue that you exported survey results, then imported them in to a survey and lost the historic Recorded Date because it is being overwritten with the uploaded date? If so, what you need to do is add a new embedded data field to your survey flow (call it ActualRecordedDate or whatever) then re-import your csv and map the previous Recorded Date to this new field. I would also recommend making (ActualRecordedDate) equal to Recorded Date using piped text in the survey flow. That way you always have one field to reference.

Michael_Campbell_RedPepper
QPN Level 3 ●●●
Forum|alt.badge.img+3
When importing a date, there is a part where you can determine the format of the date. If that doesn't line up with your imported date format, you will run into issues. Another potential snag point is if your timezone isn't set, or doesn't match the import: https://www.qualtrics.com/support/survey-platform/managing-your-account/research-core-account-settings/#UserSettings

  • Author
  • March 22, 2018
Thanks Michael. Do I make those format edits in the survey flow module?

  • Author
  • March 22, 2018
Akdashboard, Yes you are correct. I want to keep the actual submission date behind this legacy data. I haven't tried using piped text. I'll give it a shot.

Akdashboard
Level 4 ●●●●
Forum|alt.badge.img+6
  • Level 4 ●●●●
  • March 22, 2018
@ChadM - Yeah, that is what you will want to do then. It is annoying, but I run in to this problem every so often and this is the best solution I have found.

Michael_Campbell_RedPepper
QPN Level 3 ●●●
Forum|alt.badge.img+3
If you are familiar with Javascript, I recommend Moment.js - it has all the tools needed to take the complexity out of Date formatting.

Martin_O
Level 2 ●●
Forum|alt.badge.img+11
  • Level 2 ●●
  • September 9, 2020

Akdashboard How do you pipe Recorded Date into an embedded data field? I try to pipe it in survey flow but Metadata is not an option for me?