I am extracting data from PDF using R Code, however I am unable to make this work in the given scenario. Need a Regex Code that can retain the spaces between the numbers to stay as it is, right now spaces are getting moved to the end or not coming thru at all.
@Pranab_C
find the flow this is retrieving the spaces
If this is not exactly what you are looking for i will suggest to share the problem in detail with sample input and expected output
This will split data based on a space, which is also present in the name, solution will have to be able to consider the space only after the name. It would have to be a Regex formulae
@Pranab_C
give input and expected output