Update process_data.py
Browse files- process_data.py +4 -0
process_data.py
CHANGED
|
@@ -728,6 +728,10 @@ def parse_survey_stack_data(data):
|
|
| 728 |
print("PROCESSING SURVEY STACK DATA")
|
| 729 |
processed_data = {}
|
| 730 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 731 |
|
| 732 |
processed_data["stepwise_json_creation"] = data[0]['data']['stepwisejsoncreation']['value']
|
| 733 |
print("STEPWISE?: " + str(processed_data["stepwise_json_creation"]))
|
|
|
|
| 728 |
print("PROCESSING SURVEY STACK DATA")
|
| 729 |
processed_data = {}
|
| 730 |
|
| 731 |
+
print("JUST PRINTING OUT THE DATA FOR YA")
|
| 732 |
+
|
| 733 |
+
print(data)
|
| 734 |
+
|
| 735 |
|
| 736 |
processed_data["stepwise_json_creation"] = data[0]['data']['stepwisejsoncreation']['value']
|
| 737 |
print("STEPWISE?: " + str(processed_data["stepwise_json_creation"]))
|