Skip to content

Can't get values in the output.csv #1

@gregeal

Description

@gregeal

Hi,

I tried using your code but can get the output to the output.csv file.
The issue is here
for (String y : map1.keySet())
{
if (!map2.containsKey(y)) {
// System.out.println("Roll.no:" +y);
String val=map1.get(y);
System.out.println("The Value mapped to Key is:" +y+ " "+ val);

Can you please help resolve?
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions