AbsaOSS / AbsaOSS/cobrix

Data fetched in dataframe is blank or null

Aberta
#312 5 comentários 0 reações 0 responsáveis Ver no GitHub
question
Linguagem predominante
Scala
Estrelas
170
Forks
96
Merge médio
57min
PRs com merge (30d)
2

Descrição

## Background [Optional]
I have a copybook file like -

01 XXXXXX
04 AAAAA PIC X(10).
04 BAAAA PIC X(4).
04 CAAAA PIC X(4).
04 DAAAA PIC XX.

There is a data file (in .txt) with specified field length data. When I am trying to read it into a data frame I am just getting 1 column name XXXXXX and rows as list of actual columns. But even there the data is either null / blank
--------------------
XXXXXX
-------------------
[,,,null,]
[,,,null,]
[,,,null,]
[,,,null,]
[,,,null,]

## Question
What am I doing wrong above?

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.