Tag: Comma-separated values
Is there a mechanism for scheduling the CSV import commands (similar to Atlas Extensions)?
Related:
Is there additional documentation regarding running the commands associated with importing People from a CSV file?
Related:
What value should be used in csv import for the Manager field — the Manager’s name or the Manager’s email address?
Related:
Can a CSV import be used to bring in People even if People exist because of the Active Directory synch?
Related:
FileReadNode gets nomatch – SOAP input to CSV file (DFDL)
Related:
CarlosArmijo created a topic named Import CSV Data Into Form Error in the IBM Forms Experience Builder Community forum.
Related:
CarlosArmijo created a topic named Import CSV Data Form without buttons in the IBM Forms Experience Builder Community forum.
Related:
Importing Excel Files in Modeler Without Losing Data
My organization is placing a heavy emphasis on automating and enhancing data analysis processes – and in many cases Modeler is fantastic for this. The issue is that the vast majority of input files we work with are Excel, for better or worse. My question revolves around the issues SPSS Modeler has importing Excel files. I’ve seen this same issue posted about before, but I have yet to see a solution.
The specific issue is this: when I’m working with a large Excel file, there may be instances where some data elements are blank. If I have a field that’s a string in Excel, and the first 100 rows of that are blank (since that’s when Modeler determines the type), but there is valid data after, Modeler will default to importing that entire field as a Real numerical format. The “valid” data farther down is completely lost at that point even if I tried to convert it in another node. There is no way to force it to do anything different without doing extra work outside of Modeler – like adding dummy values in Excel or converting to another format like CSV or Statistics (which isn’t always easy).
This is a huge issue for so many of the projects we work on and I can’t imagine we’re alone. I know there are workarounds outside of SPSS, but they’re a pain when you could be dealing with many files that routinely change and are always stored in Excel.
1) Is there a place to submit a change request? A fantastic solution would be to allow you to change the types at the Excel import node like you can for a CSV. However I’ll settle for “blank” fields to default to “string” instead of a numerical field (or at least provide the option). At least if it’s string you don’t lose the data and can convert later if necessary. There has to be a better way than being okay with losing data (and oftentimes being unaware you did).
2) Are there any possible workarounds using the R or Python integration? I’ve seen some R nodes that other users have created that allow you to import data (using a bit of a hack). Is there potential for that to work here with Excel? Has it been tried?
Any help here would be greatly appreciated!
Related:
BPD Design
I am working on requirement to read the csv file and start process for each record.
option1:
create 2 process , in 1st process read the file and trigger uca for each to start the second process untill all records are completed.
option2:
In single process read the CSV file use MIL loop to start sub process.
Please let me know the best way to design.
Thanks in advance.