I am working on a very large excel file that I have to transpose some data into one column and have run into an issue with the data. I am appending two parts of the file, Questions Field, and Respondents Field. The Respondents are 87 records and the questions are 56 records. The total amount of records I want is 4872 because it would have 1 Respondent ID would repeat 56 to match the number of questions. However, I am receiving partial results with 4082 Records only. One thing I noticed that was strange was I looked at the Data Type for Questions. I have it as a Data Type V_WString and the size is this extremely large number 1,073,741,823.
SO, I need this to be in an excel file cleaned up. Is the amount of records a problem to be placed into an excel file, or is it a Data Type Issue only for the field Questions?