Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dataSetToDataFrame: wrong results for multiple data sets #604

Closed
PavelBal opened this issue Sep 8, 2021 · 3 comments
Closed

dataSetToDataFrame: wrong results for multiple data sets #604

PavelBal opened this issue Sep 8, 2021 · 3 comments
Assignees

Comments

@PavelBal
Copy link
Member

PavelBal commented Sep 8, 2021

configurationPath <- getTestDataFilePath("dataImporterConfiguration_noSheets.xml")
xlsFilePath <- getTestDataFilePath("CompiledDataSet_oneSheet.xlsx")
importerConfiguration <- DataImporterConfiguration$new(configurationPath)
dataSets <- loadDataSetsFromExcel(xlsFilePath = xlsFilePath, importerConfiguration = importerConfiguration, importAllSheets = TRUE)

dataSetsFrame <- dataSetToDataFrame(dataSets)
@PavelBal PavelBal self-assigned this Sep 8, 2021
@msevestre
Copy link
Member

@PavelBal What's the isssue? What do you get and what do you expect?

@PavelBal
Copy link
Member Author

PavelBal commented Sep 8, 2021

Definitely not what is expected ;) I am on it this moment.

@msevestre
Copy link
Member

fixed with #606

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants