0 How can I implement my own version of SampleData.ascx.cs? 1 Ken Roach posted 10 Years Ago I'm looking at using the SampleData import mechanism as a way of importing our data. My import needs are simple: Person and Family only. I have a spreadsheet of Person data, from which I can create an xml file with Family and Person data, as per the Sample Data. (At this stage I don't care about Groups nor Relationships, nor photos.) The SampleData.ascx.cs file (in the directory ../Rock/RockWeb/Blocks/Examples) which I understand is used to import and process the sample data, does not cater for some Person attributes, e.g. Title. In addition, I may have other Defined Value types not included in the default list of titles. For example, the title 'Ps.' for 'Pastor.' I understand it is possible for me to edit the SampleData.ascx.cs doc, and add in lines to cater for these attributes (Title) and my uniquely defined values ('Ps.'). But how would I then implement my new version of SampleData.ascx.cs for the data I want to load? (I'm not running my own version of the Rock software.) I probably need to know if I am going to be able to do this before I go too far down the road of creating my own version of SampleData.ascx.cs. Two ideas: 1) Perhaps someone could modify the existing SampleData.ascx.cs file so that it caters for ALL the currently defined Person and Family attributes, so we don't all have to do this. 2) Perhaps, in addition to being allowed to point to a different sample data file to upload, we could also be allowed to select our own version of the SampleData.ascx.cs file if we needed to use one different to the default one?